Shades of Medium Orchid #BC42EC
Tints of Medium Orchid #BC42EC
RGB
CMYK
RGB Variations
Color information
#BC42EC (or 0xBC42EC) is known color: Medium Orchid. HEX triplet: BC, 42 and EC. RGB value is (188,66,236). Sum of RGB (Red+Green+Blue) = 188+66+236=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC42EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC42EC is #43BD13. Grayscale: #797979. Windows color (decimal): -4439316 or 15483580. OLE color: 15483580.
HSL color Cylindrical-coordinate representation of color #BC42EC: hue angle of 283.06º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC42EC is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 66 | 236 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.07 |
| HSL | 283.06º | 0.82% | 0.59% | - |
| HSV(B) | 283.06º | 0.72% | 0.93% | - |
| XYZ | 37.83 | 20.64 | 81.35 | - |
| YUV | 121.86 | 192.42 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 236 | 0.20 | 0.72 | 0 | 0.07 | 283.06 | 0.82 | 0.59 |
| Hex | BC | 42 | EC | 14 | 48 | 0 | 7 | 11B | 52 | 3B |
| Octal | 274 | 102 | 354 | 24 | 110 | 0 | 7 | 433 | 122 | 73 |
| Binary | 10111100 | 1000010 | 11101100 | 10100 | 1001000 | 0 | 111 | 100011011 | 1010010 | 111011 |
Color Harmonies of #BC42EC
Complementary color
Monochromatic Colors of #BC42EC
Black with #BC42EC
Text Example
Text Example
White with #BC42EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC42EC; }
p { color: rgb(188,66,236); }
H1.HeaderClassName
{
color: #BC42EC;
}
.AnyTagClassName
{
color: #BC42EC;
}
</style>
background-color css
<style>
a { background-color: #BC42EC; }
a { background-color: rgb(188,66,236); }
div.DivClassName
{
background-color: #BC42EC;
}
.BgClassName
{
background-color: #BC42EC;
}
</style>
border-color css
<style>
span { border-color: #BC42EC; }
span { border-color: rgb(188,66,236); }
td.TdClassName
{
border-color: #BC42EC;
}
.TagClassName
{
border-color: #BC42EC;
}
</style>