Shades of Dark Orchid #B524DA
Tints of Dark Orchid #B524DA
RGB
CMYK
RGB Variations
Color information
#B524DA (or 0xB524DA) is known color: Dark Orchid. HEX triplet: B5, 24 and DA. RGB value is (181,36,218). Sum of RGB (Red+Green+Blue) = 181+36+218=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #B524DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524DA is #4ADB25. Grayscale: #636363. Windows color (decimal): -4905766 or 14296245. OLE color: 14296245.
HSL color Cylindrical-coordinate representation of color #B524DA: hue angle of 287.8º 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 #B524DA is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 36 | 218 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.15 |
| HSL | 287.8º | 0.72% | 0.5% | - |
| HSV(B) | 287.8º | 0.83% | 0.85% | - |
| XYZ | 32.34 | 16.15 | 67.74 | - |
| YUV | 100.1 | 194.54 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 218 | 0.17 | 0.83 | 0 | 0.15 | 287.8 | 0.72 | 0.5 |
| Hex | B5 | 24 | DA | 11 | 53 | 0 | F | 120 | 48 | 32 |
| Octal | 265 | 44 | 332 | 21 | 123 | 0 | 17 | 440 | 110 | 62 |
| Binary | 10110101 | 100100 | 11011010 | 10001 | 1010011 | 0 | 1111 | 100100000 | 1001000 | 110010 |
Color Harmonies of #B524DA
Complementary color
Monochromatic Colors of #B524DA
Black with #B524DA
Text Example
Text Example
White with #B524DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B524DA; }
p { color: rgb(181,36,218); }
H1.HeaderClassName
{
color: #B524DA;
}
.AnyTagClassName
{
color: #B524DA;
}
</style>
background-color css
<style>
a { background-color: #B524DA; }
a { background-color: rgb(181,36,218); }
div.DivClassName
{
background-color: #B524DA;
}
.BgClassName
{
background-color: #B524DA;
}
</style>
border-color css
<style>
span { border-color: #B524DA; }
span { border-color: rgb(181,36,218); }
td.TdClassName
{
border-color: #B524DA;
}
.TagClassName
{
border-color: #B524DA;
}
</style>