Shades of Dark Orchid #BB29D2
Tints of Dark Orchid #BB29D2
RGB
CMYK
RGB Variations
Color information
#BB29D2 (or 0xBB29D2) is known color: Dark Orchid. HEX triplet: BB, 29 and D2. RGB value is (187,41,210). Sum of RGB (Red+Green+Blue) = 187+41+210=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB29D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29D2 is #44D62D. Grayscale: #676767. Windows color (decimal): -4511278 or 13773243. OLE color: 13773243.
HSL color Cylindrical-coordinate representation of color #BB29D2: hue angle of 291.83º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB29D2 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 41 | 210 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.18 |
| HSL | 291.83º | 0.67% | 0.49% | - |
| HSV(B) | 291.83º | 0.8% | 0.82% | - |
| XYZ | 32.92 | 16.8 | 62.48 | - |
| YUV | 103.92 | 187.87 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 210 | 0.11 | 0.80 | 0 | 0.18 | 291.83 | 0.67 | 0.49 |
| Hex | BB | 29 | D2 | B | 50 | 0 | 12 | 124 | 43 | 31 |
| Octal | 273 | 51 | 322 | 13 | 120 | 0 | 22 | 444 | 103 | 61 |
| Binary | 10111011 | 101001 | 11010010 | 1011 | 1010000 | 0 | 10010 | 100100100 | 1000011 | 110001 |
Color Harmonies of #BB29D2
Complementary color
Monochromatic Colors of #BB29D2
Black with #BB29D2
Text Example
Text Example
White with #BB29D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29D2; }
p { color: rgb(187,41,210); }
H1.HeaderClassName
{
color: #BB29D2;
}
.AnyTagClassName
{
color: #BB29D2;
}
</style>
background-color css
<style>
a { background-color: #BB29D2; }
a { background-color: rgb(187,41,210); }
div.DivClassName
{
background-color: #BB29D2;
}
.BgClassName
{
background-color: #BB29D2;
}
</style>
border-color css
<style>
span { border-color: #BB29D2; }
span { border-color: rgb(187,41,210); }
td.TdClassName
{
border-color: #BB29D2;
}
.TagClassName
{
border-color: #BB29D2;
}
</style>