Shades of Dark Orchid #B924DF
Tints of Dark Orchid #B924DF
RGB
CMYK
RGB Variations
Color information
#B924DF (or 0xB924DF) is known color: Dark Orchid. HEX triplet: B9, 24 and DF. RGB value is (185,36,223). Sum of RGB (Red+Green+Blue) = 185+36+223=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #B924DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924DF is #46DB20. Grayscale: #656565. Windows color (decimal): -4643617 or 14623929. OLE color: 14623929.
HSL color Cylindrical-coordinate representation of color #B924DF: hue angle of 287.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B924DF is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 36 | 223 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.13 |
| HSL | 287.81º | 0.75% | 0.51% | - |
| HSV(B) | 287.81º | 0.84% | 0.87% | - |
| XYZ | 33.96 | 16.9 | 71.29 | - |
| YUV | 101.87 | 196.36 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 223 | 0.17 | 0.84 | 0 | 0.13 | 287.81 | 0.75 | 0.51 |
| Hex | B9 | 24 | DF | 11 | 54 | 0 | D | 120 | 4B | 33 |
| Octal | 271 | 44 | 337 | 21 | 124 | 0 | 15 | 440 | 113 | 63 |
| Binary | 10111001 | 100100 | 11011111 | 10001 | 1010100 | 0 | 1101 | 100100000 | 1001011 | 110011 |
Color Harmonies of #B924DF
Complementary color
Monochromatic Colors of #B924DF
Black with #B924DF
Text Example
Text Example
White with #B924DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924DF; }
p { color: rgb(185,36,223); }
H1.HeaderClassName
{
color: #B924DF;
}
.AnyTagClassName
{
color: #B924DF;
}
</style>
background-color css
<style>
a { background-color: #B924DF; }
a { background-color: rgb(185,36,223); }
div.DivClassName
{
background-color: #B924DF;
}
.BgClassName
{
background-color: #B924DF;
}
</style>
border-color css
<style>
span { border-color: #B924DF; }
span { border-color: rgb(185,36,223); }
td.TdClassName
{
border-color: #B924DF;
}
.TagClassName
{
border-color: #B924DF;
}
</style>