Shades of Medium Orchid #BC42CE
Tints of Medium Orchid #BC42CE
RGB
CMYK
RGB Variations
Color information
#BC42CE (or 0xBC42CE) is known color: Medium Orchid. HEX triplet: BC, 42 and CE. RGB value is (188,66,206). Sum of RGB (Red+Green+Blue) = 188+66+206=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC42CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42CE is #43BD31. Grayscale: #767676. Windows color (decimal): -4439346 or 13517500. OLE color: 13517500.
HSL color Cylindrical-coordinate representation of color #BC42CE: hue angle of 292.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC42CE is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 66 | 206 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.19 |
| HSL | 292.29º | 0.59% | 0.53% | - |
| HSV(B) | 292.29º | 0.68% | 0.81% | - |
| XYZ | 33.83 | 19.04 | 60.29 | - |
| YUV | 118.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 206 | 0.09 | 0.68 | 0 | 0.19 | 292.29 | 0.59 | 0.53 |
| Hex | BC | 42 | CE | 9 | 44 | 0 | 13 | 124 | 3B | 35 |
| Octal | 274 | 102 | 316 | 11 | 104 | 0 | 23 | 444 | 73 | 65 |
| Binary | 10111100 | 1000010 | 11001110 | 1001 | 1000100 | 0 | 10011 | 100100100 | 111011 | 110101 |
Color Harmonies of #BC42CE
Complementary color
Monochromatic Colors of #BC42CE
Black with #BC42CE
Text Example
Text Example
White with #BC42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC42CE; }
p { color: rgb(188,66,206); }
H1.HeaderClassName
{
color: #BC42CE;
}
.AnyTagClassName
{
color: #BC42CE;
}
</style>
background-color css
<style>
a { background-color: #BC42CE; }
a { background-color: rgb(188,66,206); }
div.DivClassName
{
background-color: #BC42CE;
}
.BgClassName
{
background-color: #BC42CE;
}
</style>
border-color css
<style>
span { border-color: #BC42CE; }
span { border-color: rgb(188,66,206); }
td.TdClassName
{
border-color: #BC42CE;
}
.TagClassName
{
border-color: #BC42CE;
}
</style>