Shades of Medium Orchid #BC5EE9
Tints of Medium Orchid #BC5EE9
RGB
CMYK
RGB Variations
Color information
#BC5EE9 (or 0xBC5EE9) is known color: Medium Orchid. HEX triplet: BC, 5E and E9. RGB value is (188,94,233). Sum of RGB (Red+Green+Blue) = 188+94+233=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC5EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EE9 is #43A116. Grayscale: #898989. Windows color (decimal): -4432151 or 15294140. OLE color: 15294140.
HSL color Cylindrical-coordinate representation of color #BC5EE9: hue angle of 280.58º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5EE9 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 94 | 233 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.09 |
| HSL | 280.58º | 0.76% | 0.64% | - |
| HSV(B) | 280.58º | 0.6% | 0.91% | - |
| XYZ | 39.45 | 24.58 | 79.76 | - |
| YUV | 137.95 | 181.64 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 233 | 0.19 | 0.60 | 0 | 0.09 | 280.58 | 0.76 | 0.64 |
| Hex | BC | 5E | E9 | 13 | 3C | 0 | 9 | 119 | 4C | 40 |
| Octal | 274 | 136 | 351 | 23 | 74 | 0 | 11 | 431 | 114 | 100 |
| Binary | 10111100 | 1011110 | 11101001 | 10011 | 111100 | 0 | 1001 | 100011001 | 1001100 | 1000000 |
Color Harmonies of #BC5EE9
Complementary color
Monochromatic Colors of #BC5EE9
Black with #BC5EE9
Text Example
Text Example
White with #BC5EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EE9; }
p { color: rgb(188,94,233); }
H1.HeaderClassName
{
color: #BC5EE9;
}
.AnyTagClassName
{
color: #BC5EE9;
}
</style>
background-color css
<style>
a { background-color: #BC5EE9; }
a { background-color: rgb(188,94,233); }
div.DivClassName
{
background-color: #BC5EE9;
}
.BgClassName
{
background-color: #BC5EE9;
}
</style>
border-color css
<style>
span { border-color: #BC5EE9; }
span { border-color: rgb(188,94,233); }
td.TdClassName
{
border-color: #BC5EE9;
}
.TagClassName
{
border-color: #BC5EE9;
}
</style>