Shades of Dark Orchid #BC2ACB
Tints of Dark Orchid #BC2ACB
RGB
CMYK
RGB Variations
Color information
#BC2ACB (or 0xBC2ACB) is known color: Dark Orchid. HEX triplet: BC, 2A and CB. RGB value is (188,42,203). Sum of RGB (Red+Green+Blue) = 188+42+203=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC2ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ACB is #43D534. Grayscale: #676767. Windows color (decimal): -4445493 or 13314748. OLE color: 13314748.
HSL color Cylindrical-coordinate representation of color #BC2ACB: hue angle of 294.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2ACB is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 42 | 203 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.20 |
| HSL | 294.41º | 0.66% | 0.48% | - |
| HSV(B) | 294.41º | 0.79% | 0.8% | - |
| XYZ | 32.35 | 16.66 | 58.01 | - |
| YUV | 104.01 | 183.87 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 203 | 0.07 | 0.79 | 0 | 0.20 | 294.41 | 0.66 | 0.48 |
| Hex | BC | 2A | CB | 7 | 4F | 0 | 14 | 126 | 42 | 30 |
| Octal | 274 | 52 | 313 | 7 | 117 | 0 | 24 | 446 | 102 | 60 |
| Binary | 10111100 | 101010 | 11001011 | 111 | 1001111 | 0 | 10100 | 100100110 | 1000010 | 110000 |
Color Harmonies of #BC2ACB
Complementary color
Monochromatic Colors of #BC2ACB
Black with #BC2ACB
Text Example
Text Example
White with #BC2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2ACB; }
p { color: rgb(188,42,203); }
H1.HeaderClassName
{
color: #BC2ACB;
}
.AnyTagClassName
{
color: #BC2ACB;
}
</style>
background-color css
<style>
a { background-color: #BC2ACB; }
a { background-color: rgb(188,42,203); }
div.DivClassName
{
background-color: #BC2ACB;
}
.BgClassName
{
background-color: #BC2ACB;
}
</style>
border-color css
<style>
span { border-color: #BC2ACB; }
span { border-color: rgb(188,42,203); }
td.TdClassName
{
border-color: #BC2ACB;
}
.TagClassName
{
border-color: #BC2ACB;
}
</style>