Shades of Dark Orchid #BB25DB
Tints of Dark Orchid #BB25DB
RGB
CMYK
RGB Variations
Color information
#BB25DB (or 0xBB25DB) is known color: Dark Orchid. HEX triplet: BB, 25 and DB. RGB value is (187,37,219). Sum of RGB (Red+Green+Blue) = 187+37+219=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB25DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB25DB is #44DA24. Grayscale: #666666. Windows color (decimal): -4512293 or 14362043. OLE color: 14362043.
HSL color Cylindrical-coordinate representation of color #BB25DB: hue angle of 289.45º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB25DB is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 37 | 219 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.14 |
| HSL | 289.45º | 0.72% | 0.5% | - |
| HSV(B) | 289.45º | 0.83% | 0.86% | - |
| XYZ | 33.94 | 17 | 68.51 | - |
| YUV | 102.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 219 | 0.15 | 0.83 | 0 | 0.14 | 289.45 | 0.72 | 0.5 |
| Hex | BB | 25 | DB | F | 53 | 0 | E | 121 | 48 | 32 |
| Octal | 273 | 45 | 333 | 17 | 123 | 0 | 16 | 441 | 110 | 62 |
| Binary | 10111011 | 100101 | 11011011 | 1111 | 1010011 | 0 | 1110 | 100100001 | 1001000 | 110010 |
Color Harmonies of #BB25DB
Complementary color
Monochromatic Colors of #BB25DB
Black with #BB25DB
Text Example
Text Example
White with #BB25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB25DB; }
p { color: rgb(187,37,219); }
H1.HeaderClassName
{
color: #BB25DB;
}
.AnyTagClassName
{
color: #BB25DB;
}
</style>
background-color css
<style>
a { background-color: #BB25DB; }
a { background-color: rgb(187,37,219); }
div.DivClassName
{
background-color: #BB25DB;
}
.BgClassName
{
background-color: #BB25DB;
}
</style>
border-color css
<style>
span { border-color: #BB25DB; }
span { border-color: rgb(187,37,219); }
td.TdClassName
{
border-color: #BB25DB;
}
.TagClassName
{
border-color: #BB25DB;
}
</style>