Shades of Dark Orchid #BB29D5
Tints of Dark Orchid #BB29D5
RGB
CMYK
RGB Variations
Color information
#BB29D5 (or 0xBB29D5) is known color: Dark Orchid. HEX triplet: BB, 29 and D5. RGB value is (187,41,213). Sum of RGB (Red+Green+Blue) = 187+41+213=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB29D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29D5 is #44D62A. Grayscale: #676767. Windows color (decimal): -4511275 or 13969851. OLE color: 13969851.
HSL color Cylindrical-coordinate representation of color #BB29D5: hue angle of 290.93º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB29D5 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 41 | 213 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.16 |
| HSL | 290.93º | 0.68% | 0.5% | - |
| HSV(B) | 290.93º | 0.81% | 0.84% | - |
| XYZ | 33.3 | 16.95 | 64.47 | - |
| YUV | 104.26 | 189.37 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 213 | 0.12 | 0.81 | 0 | 0.16 | 290.93 | 0.68 | 0.5 |
| Hex | BB | 29 | D5 | C | 51 | 0 | 10 | 123 | 44 | 32 |
| Octal | 273 | 51 | 325 | 14 | 121 | 0 | 20 | 443 | 104 | 62 |
| Binary | 10111011 | 101001 | 11010101 | 1100 | 1010001 | 0 | 10000 | 100100011 | 1000100 | 110010 |
Color Harmonies of #BB29D5
Complementary color
Monochromatic Colors of #BB29D5
Black with #BB29D5
Text Example
Text Example
White with #BB29D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29D5; }
p { color: rgb(187,41,213); }
H1.HeaderClassName
{
color: #BB29D5;
}
.AnyTagClassName
{
color: #BB29D5;
}
</style>
background-color css
<style>
a { background-color: #BB29D5; }
a { background-color: rgb(187,41,213); }
div.DivClassName
{
background-color: #BB29D5;
}
.BgClassName
{
background-color: #BB29D5;
}
</style>
border-color css
<style>
span { border-color: #BB29D5; }
span { border-color: rgb(187,41,213); }
td.TdClassName
{
border-color: #BB29D5;
}
.TagClassName
{
border-color: #BB29D5;
}
</style>