Shades of Dark Orchid #BB26DB
Tints of Dark Orchid #BB26DB
RGB
CMYK
RGB Variations
Color information
#BB26DB (or 0xBB26DB) is known color: Dark Orchid. HEX triplet: BB, 26 and DB. RGB value is (187,38,219). Sum of RGB (Red+Green+Blue) = 187+38+219=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB26DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26DB is #44D924. Grayscale: #666666. Windows color (decimal): -4512037 or 14362299. OLE color: 14362299.
HSL color Cylindrical-coordinate representation of color #BB26DB: hue angle of 289.39º 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 #BB26DB is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 38 | 219 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.14 |
| HSL | 289.39º | 0.72% | 0.5% | - |
| HSV(B) | 289.39º | 0.83% | 0.86% | - |
| XYZ | 33.97 | 17.07 | 68.52 | - |
| YUV | 103.19 | 193.36 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 219 | 0.15 | 0.83 | 0 | 0.14 | 289.39 | 0.72 | 0.5 |
| Hex | BB | 26 | DB | F | 53 | 0 | E | 121 | 48 | 32 |
| Octal | 273 | 46 | 333 | 17 | 123 | 0 | 16 | 441 | 110 | 62 |
| Binary | 10111011 | 100110 | 11011011 | 1111 | 1010011 | 0 | 1110 | 100100001 | 1001000 | 110010 |
Color Harmonies of #BB26DB
Complementary color
Monochromatic Colors of #BB26DB
Black with #BB26DB
Text Example
Text Example
White with #BB26DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB26DB; }
p { color: rgb(187,38,219); }
H1.HeaderClassName
{
color: #BB26DB;
}
.AnyTagClassName
{
color: #BB26DB;
}
</style>
background-color css
<style>
a { background-color: #BB26DB; }
a { background-color: rgb(187,38,219); }
div.DivClassName
{
background-color: #BB26DB;
}
.BgClassName
{
background-color: #BB26DB;
}
</style>
border-color css
<style>
span { border-color: #BB26DB; }
span { border-color: rgb(187,38,219); }
td.TdClassName
{
border-color: #BB26DB;
}
.TagClassName
{
border-color: #BB26DB;
}
</style>