Shades of Dark Orchid #BC2DD4
Tints of Dark Orchid #BC2DD4
RGB
CMYK
RGB Variations
Color information
#BC2DD4 (or 0xBC2DD4) is known color: Dark Orchid. HEX triplet: BC, 2D and D4. RGB value is (188,45,212). Sum of RGB (Red+Green+Blue) = 188+45+212=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC2DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DD4 is #43D22B. Grayscale: #6A6A6A. Windows color (decimal): -4444716 or 13905340. OLE color: 13905340.
HSL color Cylindrical-coordinate representation of color #BC2DD4: hue angle of 291.38º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2DD4 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 45 | 212 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.17 |
| HSL | 291.38º | 0.66% | 0.5% | - |
| HSV(B) | 291.38º | 0.79% | 0.83% | - |
| XYZ | 33.56 | 17.32 | 63.86 | - |
| YUV | 106.8 | 187.38 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 212 | 0.11 | 0.79 | 0 | 0.17 | 291.38 | 0.66 | 0.5 |
| Hex | BC | 2D | D4 | B | 4F | 0 | 11 | 123 | 42 | 32 |
| Octal | 274 | 55 | 324 | 13 | 117 | 0 | 21 | 443 | 102 | 62 |
| Binary | 10111100 | 101101 | 11010100 | 1011 | 1001111 | 0 | 10001 | 100100011 | 1000010 | 110010 |
Color Harmonies of #BC2DD4
Complementary color
Monochromatic Colors of #BC2DD4
Black with #BC2DD4
Text Example
Text Example
White with #BC2DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DD4; }
p { color: rgb(188,45,212); }
H1.HeaderClassName
{
color: #BC2DD4;
}
.AnyTagClassName
{
color: #BC2DD4;
}
</style>
background-color css
<style>
a { background-color: #BC2DD4; }
a { background-color: rgb(188,45,212); }
div.DivClassName
{
background-color: #BC2DD4;
}
.BgClassName
{
background-color: #BC2DD4;
}
</style>
border-color css
<style>
span { border-color: #BC2DD4; }
span { border-color: rgb(188,45,212); }
td.TdClassName
{
border-color: #BC2DD4;
}
.TagClassName
{
border-color: #BC2DD4;
}
</style>