Shades of Medium Orchid #BC4CE9
Tints of Medium Orchid #BC4CE9
RGB
CMYK
RGB Variations
Color information
#BC4CE9 (or 0xBC4CE9) is known color: Medium Orchid. HEX triplet: BC, 4C and E9. RGB value is (188,76,233). Sum of RGB (Red+Green+Blue) = 188+76+233=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC4CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CE9 is #43B316. Grayscale: #7E7E7E. Windows color (decimal): -4436759 or 15289532. OLE color: 15289532.
HSL color Cylindrical-coordinate representation of color #BC4CE9: hue angle of 282.8º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC4CE9 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 76 | 233 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.09 |
| HSL | 282.8º | 0.78% | 0.61% | - |
| HSV(B) | 282.8º | 0.67% | 0.91% | - |
| XYZ | 38.03 | 21.74 | 79.28 | - |
| YUV | 127.39 | 187.61 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 233 | 0.19 | 0.67 | 0 | 0.09 | 282.8 | 0.78 | 0.61 |
| Hex | BC | 4C | E9 | 13 | 43 | 0 | 9 | 11B | 4E | 3D |
| Octal | 274 | 114 | 351 | 23 | 103 | 0 | 11 | 433 | 116 | 75 |
| Binary | 10111100 | 1001100 | 11101001 | 10011 | 1000011 | 0 | 1001 | 100011011 | 1001110 | 111101 |
Color Harmonies of #BC4CE9
Complementary color
Monochromatic Colors of #BC4CE9
Black with #BC4CE9
Text Example
Text Example
White with #BC4CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CE9; }
p { color: rgb(188,76,233); }
H1.HeaderClassName
{
color: #BC4CE9;
}
.AnyTagClassName
{
color: #BC4CE9;
}
</style>
background-color css
<style>
a { background-color: #BC4CE9; }
a { background-color: rgb(188,76,233); }
div.DivClassName
{
background-color: #BC4CE9;
}
.BgClassName
{
background-color: #BC4CE9;
}
</style>
border-color css
<style>
span { border-color: #BC4CE9; }
span { border-color: rgb(188,76,233); }
td.TdClassName
{
border-color: #BC4CE9;
}
.TagClassName
{
border-color: #BC4CE9;
}
</style>