Shades of Dark Orchid #BC2BD9
Tints of Dark Orchid #BC2BD9
RGB
CMYK
RGB Variations
Color information
#BC2BD9 (or 0xBC2BD9) is known color: Dark Orchid. HEX triplet: BC, 2B and D9. RGB value is (188,43,217). Sum of RGB (Red+Green+Blue) = 188+43+217=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC2BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BD9 is #43D426. Grayscale: #696969. Windows color (decimal): -4445223 or 14232508. OLE color: 14232508.
HSL color Cylindrical-coordinate representation of color #BC2BD9: hue angle of 290º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2BD9 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 43 | 217 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.15 |
| HSL | 290º | 0.7% | 0.51% | - |
| HSV(B) | 290º | 0.8% | 0.85% | - |
| XYZ | 34.13 | 17.43 | 67.21 | - |
| YUV | 106.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 217 | 0.13 | 0.80 | 0 | 0.15 | 290 | 0.7 | 0.51 |
| Hex | BC | 2B | D9 | D | 50 | 0 | F | 122 | 46 | 33 |
| Octal | 274 | 53 | 331 | 15 | 120 | 0 | 17 | 442 | 106 | 63 |
| Binary | 10111100 | 101011 | 11011001 | 1101 | 1010000 | 0 | 1111 | 100100010 | 1000110 | 110011 |
Color Harmonies of #BC2BD9
Complementary color
Monochromatic Colors of #BC2BD9
Black with #BC2BD9
Text Example
Text Example
White with #BC2BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BD9; }
p { color: rgb(188,43,217); }
H1.HeaderClassName
{
color: #BC2BD9;
}
.AnyTagClassName
{
color: #BC2BD9;
}
</style>
background-color css
<style>
a { background-color: #BC2BD9; }
a { background-color: rgb(188,43,217); }
div.DivClassName
{
background-color: #BC2BD9;
}
.BgClassName
{
background-color: #BC2BD9;
}
</style>
border-color css
<style>
span { border-color: #BC2BD9; }
span { border-color: rgb(188,43,217); }
td.TdClassName
{
border-color: #BC2BD9;
}
.TagClassName
{
border-color: #BC2BD9;
}
</style>