Shades of Dark Orchid #BC2DCC
Tints of Dark Orchid #BC2DCC
RGB
CMYK
RGB Variations
Color information
#BC2DCC (or 0xBC2DCC) is known color: Dark Orchid. HEX triplet: BC, 2D and CC. RGB value is (188,45,204). Sum of RGB (Red+Green+Blue) = 188+45+204=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC2DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DCC is #43D233. Grayscale: #696969. Windows color (decimal): -4444724 or 13381052. OLE color: 13381052.
HSL color Cylindrical-coordinate representation of color #BC2DCC: hue angle of 293.96º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2DCC is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 45 | 204 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.2 |
| HSL | 293.96º | 0.64% | 0.49% | - |
| HSV(B) | 293.96º | 0.78% | 0.8% | - |
| XYZ | 32.58 | 16.93 | 58.68 | - |
| YUV | 105.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 204 | 0.08 | 0.78 | 0 | 0.2 | 293.96 | 0.64 | 0.49 |
| Hex | BC | 2D | CC | 8 | 4E | 0 | 14 | 126 | 40 | 31 |
| Octal | 274 | 55 | 314 | 10 | 116 | 0 | 24 | 446 | 100 | 61 |
| Binary | 10111100 | 101101 | 11001100 | 1000 | 1001110 | 0 | 10100 | 100100110 | 1000000 | 110001 |
Color Harmonies of #BC2DCC
Complementary color
Monochromatic Colors of #BC2DCC
Black with #BC2DCC
Text Example
Text Example
White with #BC2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DCC; }
p { color: rgb(188,45,204); }
H1.HeaderClassName
{
color: #BC2DCC;
}
.AnyTagClassName
{
color: #BC2DCC;
}
</style>
background-color css
<style>
a { background-color: #BC2DCC; }
a { background-color: rgb(188,45,204); }
div.DivClassName
{
background-color: #BC2DCC;
}
.BgClassName
{
background-color: #BC2DCC;
}
</style>
border-color css
<style>
span { border-color: #BC2DCC; }
span { border-color: rgb(188,45,204); }
td.TdClassName
{
border-color: #BC2DCC;
}
.TagClassName
{
border-color: #BC2DCC;
}
</style>