Shades of Dark Orchid #BC2CCB
Tints of Dark Orchid #BC2CCB
RGB
CMYK
RGB Variations
Color information
#BC2CCB (or 0xBC2CCB) is known color: Dark Orchid. HEX triplet: BC, 2C and CB. RGB value is (188,44,203). Sum of RGB (Red+Green+Blue) = 188+44+203=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC2CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CCB is #43D334. Grayscale: #686868. Windows color (decimal): -4444981 or 13315260. OLE color: 13315260.
HSL color Cylindrical-coordinate representation of color #BC2CCB: hue angle of 294.34º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2CCB is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 44 | 203 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.20 |
| HSL | 294.34º | 0.64% | 0.48% | - |
| HSV(B) | 294.34º | 0.78% | 0.8% | - |
| XYZ | 32.42 | 16.8 | 58.03 | - |
| YUV | 105.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 203 | 0.07 | 0.78 | 0 | 0.20 | 294.34 | 0.64 | 0.48 |
| Hex | BC | 2C | CB | 7 | 4E | 0 | 14 | 126 | 40 | 30 |
| Octal | 274 | 54 | 313 | 7 | 116 | 0 | 24 | 446 | 100 | 60 |
| Binary | 10111100 | 101100 | 11001011 | 111 | 1001110 | 0 | 10100 | 100100110 | 1000000 | 110000 |
Color Harmonies of #BC2CCB
Complementary color
Monochromatic Colors of #BC2CCB
Black with #BC2CCB
Text Example
Text Example
White with #BC2CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CCB; }
p { color: rgb(188,44,203); }
H1.HeaderClassName
{
color: #BC2CCB;
}
.AnyTagClassName
{
color: #BC2CCB;
}
</style>
background-color css
<style>
a { background-color: #BC2CCB; }
a { background-color: rgb(188,44,203); }
div.DivClassName
{
background-color: #BC2CCB;
}
.BgClassName
{
background-color: #BC2CCB;
}
</style>
border-color css
<style>
span { border-color: #BC2CCB; }
span { border-color: rgb(188,44,203); }
td.TdClassName
{
border-color: #BC2CCB;
}
.TagClassName
{
border-color: #BC2CCB;
}
</style>