Shades of Dark Orchid #B924DA
Tints of Dark Orchid #B924DA
RGB
CMYK
RGB Variations
Color information
#B924DA (or 0xB924DA) is known color: Dark Orchid. HEX triplet: B9, 24 and DA. RGB value is (185,36,218). Sum of RGB (Red+Green+Blue) = 185+36+218=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #B924DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924DA is #46DB25. Grayscale: #646464. Windows color (decimal): -4643622 or 14296249. OLE color: 14296249.
HSL color Cylindrical-coordinate representation of color #B924DA: hue angle of 289.12º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B924DA is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 36 | 218 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.15 |
| HSL | 289.12º | 0.72% | 0.5% | - |
| HSV(B) | 289.12º | 0.83% | 0.85% | - |
| XYZ | 33.29 | 16.64 | 67.79 | - |
| YUV | 101.3 | 193.86 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 218 | 0.15 | 0.83 | 0 | 0.15 | 289.12 | 0.72 | 0.5 |
| Hex | B9 | 24 | DA | F | 53 | 0 | F | 121 | 48 | 32 |
| Octal | 271 | 44 | 332 | 17 | 123 | 0 | 17 | 441 | 110 | 62 |
| Binary | 10111001 | 100100 | 11011010 | 1111 | 1010011 | 0 | 1111 | 100100001 | 1001000 | 110010 |
Color Harmonies of #B924DA
Complementary color
Monochromatic Colors of #B924DA
Black with #B924DA
Text Example
Text Example
White with #B924DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924DA; }
p { color: rgb(185,36,218); }
H1.HeaderClassName
{
color: #B924DA;
}
.AnyTagClassName
{
color: #B924DA;
}
</style>
background-color css
<style>
a { background-color: #B924DA; }
a { background-color: rgb(185,36,218); }
div.DivClassName
{
background-color: #B924DA;
}
.BgClassName
{
background-color: #B924DA;
}
</style>
border-color css
<style>
span { border-color: #B924DA; }
span { border-color: rgb(185,36,218); }
td.TdClassName
{
border-color: #B924DA;
}
.TagClassName
{
border-color: #B924DA;
}
</style>