Shades of Dark Orchid #BB29E6
Tints of Dark Orchid #BB29E6
RGB
CMYK
RGB Variations
Color information
#BB29E6 (or 0xBB29E6) is known color: Dark Orchid. HEX triplet: BB, 29 and E6. RGB value is (187,41,230). Sum of RGB (Red+Green+Blue) = 187+41+230=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB29E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB29E6 is #44D619. Grayscale: #696969. Windows color (decimal): -4511258 or 15083963. OLE color: 15083963.
HSL color Cylindrical-coordinate representation of color #BB29E6: hue angle of 286.35º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB29E6 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 41 | 230 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.10 |
| HSL | 286.35º | 0.79% | 0.53% | - |
| HSV(B) | 286.35º | 0.82% | 0.9% | - |
| XYZ | 35.57 | 17.86 | 76.44 | - |
| YUV | 106.2 | 197.87 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 230 | 0.19 | 0.82 | 0 | 0.10 | 286.35 | 0.79 | 0.53 |
| Hex | BB | 29 | E6 | 13 | 52 | 0 | A | 11E | 4F | 35 |
| Octal | 273 | 51 | 346 | 23 | 122 | 0 | 12 | 436 | 117 | 65 |
| Binary | 10111011 | 101001 | 11100110 | 10011 | 1010010 | 0 | 1010 | 100011110 | 1001111 | 110101 |
Color Harmonies of #BB29E6
Complementary color
Monochromatic Colors of #BB29E6
Black with #BB29E6
Text Example
Text Example
White with #BB29E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29E6; }
p { color: rgb(187,41,230); }
H1.HeaderClassName
{
color: #BB29E6;
}
.AnyTagClassName
{
color: #BB29E6;
}
</style>
background-color css
<style>
a { background-color: #BB29E6; }
a { background-color: rgb(187,41,230); }
div.DivClassName
{
background-color: #BB29E6;
}
.BgClassName
{
background-color: #BB29E6;
}
</style>
border-color css
<style>
span { border-color: #BB29E6; }
span { border-color: rgb(187,41,230); }
td.TdClassName
{
border-color: #BB29E6;
}
.TagClassName
{
border-color: #BB29E6;
}
</style>