Shades of Dark Orchid #B924DC
Tints of Dark Orchid #B924DC
RGB
CMYK
RGB Variations
Color information
#B924DC (or 0xB924DC) is known color: Dark Orchid. HEX triplet: B9, 24 and DC. RGB value is (185,36,220). Sum of RGB (Red+Green+Blue) = 185+36+220=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #B924DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924DC is #46DB23. Grayscale: #646464. Windows color (decimal): -4643620 or 14427321. OLE color: 14427321.
HSL color Cylindrical-coordinate representation of color #B924DC: hue angle of 288.59º 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 #B924DC is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 36 | 220 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.14 |
| HSL | 288.59º | 0.72% | 0.5% | - |
| HSV(B) | 288.59º | 0.84% | 0.86% | - |
| XYZ | 33.56 | 16.74 | 69.17 | - |
| YUV | 101.53 | 194.86 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 220 | 0.16 | 0.84 | 0 | 0.14 | 288.59 | 0.72 | 0.5 |
| Hex | B9 | 24 | DC | 10 | 54 | 0 | E | 121 | 48 | 32 |
| Octal | 271 | 44 | 334 | 20 | 124 | 0 | 16 | 441 | 110 | 62 |
| Binary | 10111001 | 100100 | 11011100 | 10000 | 1010100 | 0 | 1110 | 100100001 | 1001000 | 110010 |
Color Harmonies of #B924DC
Complementary color
Monochromatic Colors of #B924DC
Black with #B924DC
Text Example
Text Example
White with #B924DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924DC; }
p { color: rgb(185,36,220); }
H1.HeaderClassName
{
color: #B924DC;
}
.AnyTagClassName
{
color: #B924DC;
}
</style>
background-color css
<style>
a { background-color: #B924DC; }
a { background-color: rgb(185,36,220); }
div.DivClassName
{
background-color: #B924DC;
}
.BgClassName
{
background-color: #B924DC;
}
</style>
border-color css
<style>
span { border-color: #B924DC; }
span { border-color: rgb(185,36,220); }
td.TdClassName
{
border-color: #B924DC;
}
.TagClassName
{
border-color: #B924DC;
}
</style>