Shades of Dark Orchid #BB23DB
Tints of Dark Orchid #BB23DB
RGB
CMYK
RGB Variations
Color information
#BB23DB (or 0xBB23DB) is known color: Dark Orchid. HEX triplet: BB, 23 and DB. RGB value is (187,35,219). Sum of RGB (Red+Green+Blue) = 187+35+219=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB23DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23DB is #44DC24. Grayscale: #646464. Windows color (decimal): -4512805 or 14361531. OLE color: 14361531.
HSL color Cylindrical-coordinate representation of color #BB23DB: hue angle of 289.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB23DB is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 35 | 219 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.14 |
| HSL | 289.57º | 0.72% | 0.5% | - |
| HSV(B) | 289.57º | 0.84% | 0.86% | - |
| XYZ | 33.88 | 16.88 | 68.49 | - |
| YUV | 101.42 | 194.36 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 219 | 0.15 | 0.84 | 0 | 0.14 | 289.57 | 0.72 | 0.5 |
| Hex | BB | 23 | DB | F | 54 | 0 | E | 122 | 48 | 32 |
| Octal | 273 | 43 | 333 | 17 | 124 | 0 | 16 | 442 | 110 | 62 |
| Binary | 10111011 | 100011 | 11011011 | 1111 | 1010100 | 0 | 1110 | 100100010 | 1001000 | 110010 |
Color Harmonies of #BB23DB
Complementary color
Monochromatic Colors of #BB23DB
Black with #BB23DB
Text Example
Text Example
White with #BB23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23DB; }
p { color: rgb(187,35,219); }
H1.HeaderClassName
{
color: #BB23DB;
}
.AnyTagClassName
{
color: #BB23DB;
}
</style>
background-color css
<style>
a { background-color: #BB23DB; }
a { background-color: rgb(187,35,219); }
div.DivClassName
{
background-color: #BB23DB;
}
.BgClassName
{
background-color: #BB23DB;
}
</style>
border-color css
<style>
span { border-color: #BB23DB; }
span { border-color: rgb(187,35,219); }
td.TdClassName
{
border-color: #BB23DB;
}
.TagClassName
{
border-color: #BB23DB;
}
</style>