Shades of Dark Orchid #B921DB
Tints of Dark Orchid #B921DB
RGB
CMYK
RGB Variations
Color information
#B921DB (or 0xB921DB) is known color: Dark Orchid. HEX triplet: B9, 21 and DB. RGB value is (185,33,219). Sum of RGB (Red+Green+Blue) = 185+33+219=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #B921DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921DB is #46DE24. Grayscale: #636363. Windows color (decimal): -4644389 or 14361017. OLE color: 14361017.
HSL color Cylindrical-coordinate representation of color #B921DB: hue angle of 289.03º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B921DB is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 33 | 219 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.14 |
| HSL | 289.03º | 0.74% | 0.49% | - |
| HSV(B) | 289.03º | 0.85% | 0.86% | - |
| XYZ | 33.34 | 16.52 | 68.45 | - |
| YUV | 99.65 | 195.36 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 219 | 0.16 | 0.85 | 0 | 0.14 | 289.03 | 0.74 | 0.49 |
| Hex | B9 | 21 | DB | 10 | 55 | 0 | E | 121 | 4A | 31 |
| Octal | 271 | 41 | 333 | 20 | 125 | 0 | 16 | 441 | 112 | 61 |
| Binary | 10111001 | 100001 | 11011011 | 10000 | 1010101 | 0 | 1110 | 100100001 | 1001010 | 110001 |
Color Harmonies of #B921DB
Complementary color
Monochromatic Colors of #B921DB
Black with #B921DB
Text Example
Text Example
White with #B921DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921DB; }
p { color: rgb(185,33,219); }
H1.HeaderClassName
{
color: #B921DB;
}
.AnyTagClassName
{
color: #B921DB;
}
</style>
background-color css
<style>
a { background-color: #B921DB; }
a { background-color: rgb(185,33,219); }
div.DivClassName
{
background-color: #B921DB;
}
.BgClassName
{
background-color: #B921DB;
}
</style>
border-color css
<style>
span { border-color: #B921DB; }
span { border-color: rgb(185,33,219); }
td.TdClassName
{
border-color: #B921DB;
}
.TagClassName
{
border-color: #B921DB;
}
</style>