Shades of Dark Orchid #B524DD
Tints of Dark Orchid #B524DD
RGB
CMYK
RGB Variations
Color information
#B524DD (or 0xB524DD) is known color: Dark Orchid. HEX triplet: B5, 24 and DD. RGB value is (181,36,221). Sum of RGB (Red+Green+Blue) = 181+36+221=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #B524DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524DD is #4ADB22. Grayscale: #636363. Windows color (decimal): -4905763 or 14492853. OLE color: 14492853.
HSL color Cylindrical-coordinate representation of color #B524DD: hue angle of 287.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B524DD is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 36 | 221 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.13 |
| HSL | 287.03º | 0.73% | 0.5% | - |
| HSV(B) | 287.03º | 0.84% | 0.87% | - |
| XYZ | 32.74 | 16.31 | 69.83 | - |
| YUV | 100.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 221 | 0.18 | 0.84 | 0 | 0.13 | 287.03 | 0.73 | 0.5 |
| Hex | B5 | 24 | DD | 12 | 54 | 0 | D | 11F | 49 | 32 |
| Octal | 265 | 44 | 335 | 22 | 124 | 0 | 15 | 437 | 111 | 62 |
| Binary | 10110101 | 100100 | 11011101 | 10010 | 1010100 | 0 | 1101 | 100011111 | 1001001 | 110010 |
Color Harmonies of #B524DD
Complementary color
Monochromatic Colors of #B524DD
Black with #B524DD
Text Example
Text Example
White with #B524DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B524DD; }
p { color: rgb(181,36,221); }
H1.HeaderClassName
{
color: #B524DD;
}
.AnyTagClassName
{
color: #B524DD;
}
</style>
background-color css
<style>
a { background-color: #B524DD; }
a { background-color: rgb(181,36,221); }
div.DivClassName
{
background-color: #B524DD;
}
.BgClassName
{
background-color: #B524DD;
}
</style>
border-color css
<style>
span { border-color: #B524DD; }
span { border-color: rgb(181,36,221); }
td.TdClassName
{
border-color: #B524DD;
}
.TagClassName
{
border-color: #B524DD;
}
</style>