Shades of Dark Orchid #BC2BD1
Tints of Dark Orchid #BC2BD1
RGB
CMYK
RGB Variations
Color information
#BC2BD1 (or 0xBC2BD1) is known color: Dark Orchid. HEX triplet: BC, 2B and D1. RGB value is (188,43,209). Sum of RGB (Red+Green+Blue) = 188+43+209=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC2BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BD1 is #43D42E. Grayscale: #686868. Windows color (decimal): -4445231 or 13708220. OLE color: 13708220.
HSL color Cylindrical-coordinate representation of color #BC2BD1: hue angle of 292.41º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2BD1 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 43 | 209 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.18 |
| HSL | 292.41º | 0.66% | 0.49% | - |
| HSV(B) | 292.41º | 0.79% | 0.82% | - |
| XYZ | 33.11 | 17.02 | 61.86 | - |
| YUV | 105.28 | 186.54 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 209 | 0.10 | 0.79 | 0 | 0.18 | 292.41 | 0.66 | 0.49 |
| Hex | BC | 2B | D1 | A | 4F | 0 | 12 | 124 | 42 | 31 |
| Octal | 274 | 53 | 321 | 12 | 117 | 0 | 22 | 444 | 102 | 61 |
| Binary | 10111100 | 101011 | 11010001 | 1010 | 1001111 | 0 | 10010 | 100100100 | 1000010 | 110001 |
Color Harmonies of #BC2BD1
Complementary color
Monochromatic Colors of #BC2BD1
Black with #BC2BD1
Text Example
Text Example
White with #BC2BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BD1; }
p { color: rgb(188,43,209); }
H1.HeaderClassName
{
color: #BC2BD1;
}
.AnyTagClassName
{
color: #BC2BD1;
}
</style>
background-color css
<style>
a { background-color: #BC2BD1; }
a { background-color: rgb(188,43,209); }
div.DivClassName
{
background-color: #BC2BD1;
}
.BgClassName
{
background-color: #BC2BD1;
}
</style>
border-color css
<style>
span { border-color: #BC2BD1; }
span { border-color: rgb(188,43,209); }
td.TdClassName
{
border-color: #BC2BD1;
}
.TagClassName
{
border-color: #BC2BD1;
}
</style>