Shades of Medium Orchid #BC5CE4
Tints of Medium Orchid #BC5CE4
RGB
CMYK
RGB Variations
Color information
#BC5CE4 (or 0xBC5CE4) is known color: Medium Orchid. HEX triplet: BC, 5C and E4. RGB value is (188,92,228). Sum of RGB (Red+Green+Blue) = 188+92+228=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 228 (89.45% from 255 or 44.88% from 508); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC5CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CE4 is #43A31B. Grayscale: #878787. Windows color (decimal): -4432668 or 14965948. OLE color: 14965948.
HSL color Cylindrical-coordinate representation of color #BC5CE4: hue angle of 282.35º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5CE4 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 92 | 228 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.11 |
| HSL | 282.35º | 0.72% | 0.63% | - |
| HSV(B) | 282.35º | 0.6% | 0.89% | - |
| XYZ | 38.57 | 23.95 | 75.99 | - |
| YUV | 136.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 228 | 0.18 | 0.60 | 0 | 0.11 | 282.35 | 0.72 | 0.63 |
| Hex | BC | 5C | E4 | 12 | 3C | 0 | B | 11A | 48 | 3F |
| Octal | 274 | 134 | 344 | 22 | 74 | 0 | 13 | 432 | 110 | 77 |
| Binary | 10111100 | 1011100 | 11100100 | 10010 | 111100 | 0 | 1011 | 100011010 | 1001000 | 111111 |
Color Harmonies of #BC5CE4
Complementary color
Monochromatic Colors of #BC5CE4
Black with #BC5CE4
Text Example
Text Example
White with #BC5CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CE4; }
p { color: rgb(188,92,228); }
H1.HeaderClassName
{
color: #BC5CE4;
}
.AnyTagClassName
{
color: #BC5CE4;
}
</style>
background-color css
<style>
a { background-color: #BC5CE4; }
a { background-color: rgb(188,92,228); }
div.DivClassName
{
background-color: #BC5CE4;
}
.BgClassName
{
background-color: #BC5CE4;
}
</style>
border-color css
<style>
span { border-color: #BC5CE4; }
span { border-color: rgb(188,92,228); }
td.TdClassName
{
border-color: #BC5CE4;
}
.TagClassName
{
border-color: #BC5CE4;
}
</style>