Shades of Dark Orchid #B924DB
Tints of Dark Orchid #B924DB
RGB
CMYK
RGB Variations
Color information
#B924DB (or 0xB924DB) is known color: Dark Orchid. HEX triplet: B9, 24 and DB. RGB value is (185,36,219). Sum of RGB (Red+Green+Blue) = 185+36+219=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #B924DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924DB is #46DB24. Grayscale: #646464. Windows color (decimal): -4643621 or 14361785. OLE color: 14361785.
HSL color Cylindrical-coordinate representation of color #B924DB: hue angle of 288.85º 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 #B924DB is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 36 | 219 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.14 |
| HSL | 288.85º | 0.72% | 0.5% | - |
| HSV(B) | 288.85º | 0.84% | 0.86% | - |
| XYZ | 33.42 | 16.69 | 68.48 | - |
| YUV | 101.41 | 194.36 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 219 | 0.16 | 0.84 | 0 | 0.14 | 288.85 | 0.72 | 0.5 |
| Hex | B9 | 24 | DB | 10 | 54 | 0 | E | 121 | 48 | 32 |
| Octal | 271 | 44 | 333 | 20 | 124 | 0 | 16 | 441 | 110 | 62 |
| Binary | 10111001 | 100100 | 11011011 | 10000 | 1010100 | 0 | 1110 | 100100001 | 1001000 | 110010 |
Color Harmonies of #B924DB
Complementary color
Monochromatic Colors of #B924DB
Black with #B924DB
Text Example
Text Example
White with #B924DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924DB; }
p { color: rgb(185,36,219); }
H1.HeaderClassName
{
color: #B924DB;
}
.AnyTagClassName
{
color: #B924DB;
}
</style>
background-color css
<style>
a { background-color: #B924DB; }
a { background-color: rgb(185,36,219); }
div.DivClassName
{
background-color: #B924DB;
}
.BgClassName
{
background-color: #B924DB;
}
</style>
border-color css
<style>
span { border-color: #B924DB; }
span { border-color: rgb(185,36,219); }
td.TdClassName
{
border-color: #B924DB;
}
.TagClassName
{
border-color: #B924DB;
}
</style>