Shades of Dark Orchid #BB2DDC
Tints of Dark Orchid #BB2DDC
RGB
CMYK
RGB Variations
Color information
#BB2DDC (or 0xBB2DDC) is known color: Dark Orchid. HEX triplet: BB, 2D and DC. RGB value is (187,45,220). Sum of RGB (Red+Green+Blue) = 187+45+220=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB2DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DDC is #44D223. Grayscale: #6A6A6A. Windows color (decimal): -4510244 or 14429627. OLE color: 14429627.
HSL color Cylindrical-coordinate representation of color #BB2DDC: hue angle of 288.69º 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 #BB2DDC is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 45 | 220 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.14 |
| HSL | 288.69º | 0.71% | 0.52% | - |
| HSV(B) | 288.69º | 0.8% | 0.86% | - |
| XYZ | 34.35 | 17.61 | 69.3 | - |
| YUV | 107.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 220 | 0.15 | 0.80 | 0 | 0.14 | 288.69 | 0.71 | 0.52 |
| Hex | BB | 2D | DC | F | 50 | 0 | E | 121 | 47 | 34 |
| Octal | 273 | 55 | 334 | 17 | 120 | 0 | 16 | 441 | 107 | 64 |
| Binary | 10111011 | 101101 | 11011100 | 1111 | 1010000 | 0 | 1110 | 100100001 | 1000111 | 110100 |
Color Harmonies of #BB2DDC
Complementary color
Monochromatic Colors of #BB2DDC
Black with #BB2DDC
Text Example
Text Example
White with #BB2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2DDC; }
p { color: rgb(187,45,220); }
H1.HeaderClassName
{
color: #BB2DDC;
}
.AnyTagClassName
{
color: #BB2DDC;
}
</style>
background-color css
<style>
a { background-color: #BB2DDC; }
a { background-color: rgb(187,45,220); }
div.DivClassName
{
background-color: #BB2DDC;
}
.BgClassName
{
background-color: #BB2DDC;
}
</style>
border-color css
<style>
span { border-color: #BB2DDC; }
span { border-color: rgb(187,45,220); }
td.TdClassName
{
border-color: #BB2DDC;
}
.TagClassName
{
border-color: #BB2DDC;
}
</style>