Shades of Dark Orchid #BB29CF
Tints of Dark Orchid #BB29CF
RGB
CMYK
RGB Variations
Color information
#BB29CF (or 0xBB29CF) is known color: Dark Orchid. HEX triplet: BB, 29 and CF. RGB value is (187,41,207). Sum of RGB (Red+Green+Blue) = 187+41+207=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB29CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29CF is #44D630. Grayscale: #676767. Windows color (decimal): -4511281 or 13576635. OLE color: 13576635.
HSL color Cylindrical-coordinate representation of color #BB29CF: hue angle of 292.77º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB29CF is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 41 | 207 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.19 |
| HSL | 292.77º | 0.67% | 0.49% | - |
| HSV(B) | 292.77º | 0.8% | 0.81% | - |
| XYZ | 32.55 | 16.66 | 60.53 | - |
| YUV | 103.58 | 186.37 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 207 | 0.10 | 0.80 | 0 | 0.19 | 292.77 | 0.67 | 0.49 |
| Hex | BB | 29 | CF | A | 50 | 0 | 13 | 125 | 43 | 31 |
| Octal | 273 | 51 | 317 | 12 | 120 | 0 | 23 | 445 | 103 | 61 |
| Binary | 10111011 | 101001 | 11001111 | 1010 | 1010000 | 0 | 10011 | 100100101 | 1000011 | 110001 |
Color Harmonies of #BB29CF
Complementary color
Monochromatic Colors of #BB29CF
Black with #BB29CF
Text Example
Text Example
White with #BB29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29CF; }
p { color: rgb(187,41,207); }
H1.HeaderClassName
{
color: #BB29CF;
}
.AnyTagClassName
{
color: #BB29CF;
}
</style>
background-color css
<style>
a { background-color: #BB29CF; }
a { background-color: rgb(187,41,207); }
div.DivClassName
{
background-color: #BB29CF;
}
.BgClassName
{
background-color: #BB29CF;
}
</style>
border-color css
<style>
span { border-color: #BB29CF; }
span { border-color: rgb(187,41,207); }
td.TdClassName
{
border-color: #BB29CF;
}
.TagClassName
{
border-color: #BB29CF;
}
</style>