Shades of Dark Orchid #BB25D9
Tints of Dark Orchid #BB25D9
RGB
CMYK
RGB Variations
Color information
#BB25D9 (or 0xBB25D9) is known color: Dark Orchid. HEX triplet: BB, 25 and D9. RGB value is (187,37,217). Sum of RGB (Red+Green+Blue) = 187+37+217=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB25D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB25D9 is #44DA26. Grayscale: #656565. Windows color (decimal): -4512295 or 14230971. OLE color: 14230971.
HSL color Cylindrical-coordinate representation of color #BB25D9: hue angle of 290º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB25D9 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 37 | 217 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.15 |
| HSL | 290º | 0.71% | 0.5% | - |
| HSV(B) | 290º | 0.83% | 0.85% | - |
| XYZ | 33.68 | 16.9 | 67.13 | - |
| YUV | 102.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 217 | 0.14 | 0.83 | 0 | 0.15 | 290 | 0.71 | 0.5 |
| Hex | BB | 25 | D9 | E | 53 | 0 | F | 122 | 47 | 32 |
| Octal | 273 | 45 | 331 | 16 | 123 | 0 | 17 | 442 | 107 | 62 |
| Binary | 10111011 | 100101 | 11011001 | 1110 | 1010011 | 0 | 1111 | 100100010 | 1000111 | 110010 |
Color Harmonies of #BB25D9
Complementary color
Monochromatic Colors of #BB25D9
Black with #BB25D9
Text Example
Text Example
White with #BB25D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB25D9; }
p { color: rgb(187,37,217); }
H1.HeaderClassName
{
color: #BB25D9;
}
.AnyTagClassName
{
color: #BB25D9;
}
</style>
background-color css
<style>
a { background-color: #BB25D9; }
a { background-color: rgb(187,37,217); }
div.DivClassName
{
background-color: #BB25D9;
}
.BgClassName
{
background-color: #BB25D9;
}
</style>
border-color css
<style>
span { border-color: #BB25D9; }
span { border-color: rgb(187,37,217); }
td.TdClassName
{
border-color: #BB25D9;
}
.TagClassName
{
border-color: #BB25D9;
}
</style>