Shades of Medium Orchid #BC5EDE
Tints of Medium Orchid #BC5EDE
RGB
CMYK
RGB Variations
Color information
#BC5EDE (or 0xBC5EDE) is known color: Medium Orchid. HEX triplet: BC, 5E and DE. RGB value is (188,94,222). Sum of RGB (Red+Green+Blue) = 188+94+222=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC5EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EDE is #43A121. Grayscale: #888888. Windows color (decimal): -4432162 or 14573244. OLE color: 14573244.
HSL color Cylindrical-coordinate representation of color #BC5EDE: hue angle of 284.06º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC5EDE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 94 | 222 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.13 |
| HSL | 284.06º | 0.66% | 0.62% | - |
| HSV(B) | 284.06º | 0.58% | 0.87% | - |
| XYZ | 37.93 | 23.97 | 71.74 | - |
| YUV | 136.7 | 176.14 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 222 | 0.15 | 0.58 | 0 | 0.13 | 284.06 | 0.66 | 0.62 |
| Hex | BC | 5E | DE | F | 3A | 0 | D | 11C | 42 | 3E |
| Octal | 274 | 136 | 336 | 17 | 72 | 0 | 15 | 434 | 102 | 76 |
| Binary | 10111100 | 1011110 | 11011110 | 1111 | 111010 | 0 | 1101 | 100011100 | 1000010 | 111110 |
Color Harmonies of #BC5EDE
Complementary color
Monochromatic Colors of #BC5EDE
Black with #BC5EDE
Text Example
Text Example
White with #BC5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EDE; }
p { color: rgb(188,94,222); }
H1.HeaderClassName
{
color: #BC5EDE;
}
.AnyTagClassName
{
color: #BC5EDE;
}
</style>
background-color css
<style>
a { background-color: #BC5EDE; }
a { background-color: rgb(188,94,222); }
div.DivClassName
{
background-color: #BC5EDE;
}
.BgClassName
{
background-color: #BC5EDE;
}
</style>
border-color css
<style>
span { border-color: #BC5EDE; }
span { border-color: rgb(188,94,222); }
td.TdClassName
{
border-color: #BC5EDE;
}
.TagClassName
{
border-color: #BC5EDE;
}
</style>