Shades of Medium Orchid #BC5DE8
Tints of Medium Orchid #BC5DE8
RGB
CMYK
RGB Variations
Color information
#BC5DE8 (or 0xBC5DE8) is known color: Medium Orchid. HEX triplet: BC, 5D and E8. RGB value is (188,93,232). Sum of RGB (Red+Green+Blue) = 188+93+232=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC5DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DE8 is #43A217. Grayscale: #888888. Windows color (decimal): -4432408 or 15228348. OLE color: 15228348.
HSL color Cylindrical-coordinate representation of color #BC5DE8: hue angle of 281.01º degrees, saturation: 0.75, 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 #BC5DE8 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 93 | 232 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.09 |
| HSL | 281.01º | 0.75% | 0.64% | - |
| HSV(B) | 281.01º | 0.6% | 0.91% | - |
| XYZ | 39.22 | 24.35 | 78.98 | - |
| YUV | 137.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 232 | 0.19 | 0.60 | 0 | 0.09 | 281.01 | 0.75 | 0.64 |
| Hex | BC | 5D | E8 | 13 | 3C | 0 | 9 | 119 | 4B | 40 |
| Octal | 274 | 135 | 350 | 23 | 74 | 0 | 11 | 431 | 113 | 100 |
| Binary | 10111100 | 1011101 | 11101000 | 10011 | 111100 | 0 | 1001 | 100011001 | 1001011 | 1000000 |
Color Harmonies of #BC5DE8
Complementary color
Monochromatic Colors of #BC5DE8
Black with #BC5DE8
Text Example
Text Example
White with #BC5DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DE8; }
p { color: rgb(188,93,232); }
H1.HeaderClassName
{
color: #BC5DE8;
}
.AnyTagClassName
{
color: #BC5DE8;
}
</style>
background-color css
<style>
a { background-color: #BC5DE8; }
a { background-color: rgb(188,93,232); }
div.DivClassName
{
background-color: #BC5DE8;
}
.BgClassName
{
background-color: #BC5DE8;
}
</style>
border-color css
<style>
span { border-color: #BC5DE8; }
span { border-color: rgb(188,93,232); }
td.TdClassName
{
border-color: #BC5DE8;
}
.TagClassName
{
border-color: #BC5DE8;
}
</style>