Enum: BasicColorEnum
Basic color names commonly used in everyday language
URI: valuesets:BasicColorEnum
Permissible Values
| Value |
Meaning |
Description |
| RED |
HEX:FF0000 |
Primary red color |
| GREEN |
HEX:008000 |
Primary green color |
| BLUE |
HEX:0000FF |
Primary blue color |
| YELLOW |
HEX:FFFF00 |
Secondary yellow color |
| ORANGE |
HEX:FFA500 |
Secondary orange color |
| PURPLE |
HEX:800080 |
Secondary purple color |
| BLACK |
HEX:000000 |
Absence of color |
| WHITE |
HEX:FFFFFF |
All colors combined |
| GRAY |
HEX:808080 |
Neutral gray |
| BROWN |
HEX:A52A2A |
Brown color |
| PINK |
HEX:FFC0CB |
Light red/pink color |
| CYAN |
HEX:00FFFF |
Cyan/aqua color |
| MAGENTA |
HEX:FF00FF |
Magenta color |
Slots
| Name |
Description |
| basic_color |
Basic color names commonly used in everyday language |
Schema Source
- from schema: https://w3id.org/linkml/valuesets
LinkML Source
name: BasicColorEnum
description: Basic color names commonly used in everyday language
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
RED:
text: RED
description: Primary red color
meaning: HEX:FF0000
annotations:
wavelength:
tag: wavelength
value: 700 nm
rgb:
tag: rgb
value: 255,0,0
GREEN:
text: GREEN
description: Primary green color
meaning: HEX:008000
annotations:
wavelength:
tag: wavelength
value: 550 nm
rgb:
tag: rgb
value: 0,128,0
BLUE:
text: BLUE
description: Primary blue color
meaning: HEX:0000FF
annotations:
wavelength:
tag: wavelength
value: 450 nm
rgb:
tag: rgb
value: 0,0,255
YELLOW:
text: YELLOW
description: Secondary yellow color
meaning: HEX:FFFF00
annotations:
wavelength:
tag: wavelength
value: 580 nm
rgb:
tag: rgb
value: 255,255,0
ORANGE:
text: ORANGE
description: Secondary orange color
meaning: HEX:FFA500
annotations:
wavelength:
tag: wavelength
value: 600 nm
rgb:
tag: rgb
value: 255,165,0
PURPLE:
text: PURPLE
description: Secondary purple color
meaning: HEX:800080
annotations:
wavelength:
tag: wavelength
value: 420 nm
rgb:
tag: rgb
value: 128,0,128
BLACK:
text: BLACK
description: Absence of color
meaning: HEX:000000
annotations:
rgb:
tag: rgb
value: 0,0,0
WHITE:
text: WHITE
description: All colors combined
meaning: HEX:FFFFFF
annotations:
rgb:
tag: rgb
value: 255,255,255
GRAY:
text: GRAY
description: Neutral gray
meaning: HEX:808080
annotations:
rgb:
tag: rgb
value: 128,128,128
aliases:
tag: aliases
value: grey
BROWN:
text: BROWN
description: Brown color
meaning: HEX:A52A2A
annotations:
rgb:
tag: rgb
value: 165,42,42
PINK:
text: PINK
description: Light red/pink color
meaning: HEX:FFC0CB
annotations:
rgb:
tag: rgb
value: 255,192,203
CYAN:
text: CYAN
description: Cyan/aqua color
meaning: HEX:00FFFF
annotations:
wavelength:
tag: wavelength
value: 490 nm
rgb:
tag: rgb
value: 0,255,255
MAGENTA:
text: MAGENTA
description: Magenta color
meaning: HEX:FF00FF
annotations:
rgb:
tag: rgb
value: 255,0,255