Shades of Dark Orchid #BC2DDC
Tints of Dark Orchid #BC2DDC
RGB
CMYK
RGB Variations
Color information
#BC2DDC (or 0xBC2DDC) is known color: Dark Orchid. HEX triplet: BC, 2D and DC. RGB value is (188,45,220). Sum of RGB (Red+Green+Blue) = 188+45+220=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC2DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DDC is #43D223. Grayscale: #6B6B6B. Windows color (decimal): -4444708 or 14429628. OLE color: 14429628.
HSL color Cylindrical-coordinate representation of color #BC2DDC: hue angle of 289.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2DDC is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 45 | 220 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.14 |
| HSL | 289.03º | 0.71% | 0.52% | - |
| HSV(B) | 289.03º | 0.8% | 0.86% | - |
| XYZ | 34.6 | 17.74 | 69.31 | - |
| YUV | 107.71 | 191.38 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 220 | 0.15 | 0.80 | 0 | 0.14 | 289.03 | 0.71 | 0.52 |
| Hex | BC | 2D | DC | F | 50 | 0 | E | 121 | 47 | 34 |
| Octal | 274 | 55 | 334 | 17 | 120 | 0 | 16 | 441 | 107 | 64 |
| Binary | 10111100 | 101101 | 11011100 | 1111 | 1010000 | 0 | 1110 | 100100001 | 1000111 | 110100 |
Color Harmonies of #BC2DDC
Complementary color
Monochromatic Colors of #BC2DDC
Black with #BC2DDC
Text Example
Text Example
White with #BC2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DDC; }
p { color: rgb(188,45,220); }
H1.HeaderClassName
{
color: #BC2DDC;
}
.AnyTagClassName
{
color: #BC2DDC;
}
</style>
background-color css
<style>
a { background-color: #BC2DDC; }
a { background-color: rgb(188,45,220); }
div.DivClassName
{
background-color: #BC2DDC;
}
.BgClassName
{
background-color: #BC2DDC;
}
</style>
border-color css
<style>
span { border-color: #BC2DDC; }
span { border-color: rgb(188,45,220); }
td.TdClassName
{
border-color: #BC2DDC;
}
.TagClassName
{
border-color: #BC2DDC;
}
</style>