Shades of Dark Orchid #B524DC
Tints of Dark Orchid #B524DC
RGB
CMYK
RGB Variations
Color information
#B524DC (or 0xB524DC) is known color: Dark Orchid. HEX triplet: B5, 24 and DC. RGB value is (181,36,220). Sum of RGB (Red+Green+Blue) = 181+36+220=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #B524DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524DC is #4ADB23. Grayscale: #636363. Windows color (decimal): -4905764 or 14427317. OLE color: 14427317.
HSL color Cylindrical-coordinate representation of color #B524DC: hue angle of 287.28º 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 #B524DC is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 36 | 220 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.14 |
| HSL | 287.28º | 0.72% | 0.5% | - |
| HSV(B) | 287.28º | 0.84% | 0.86% | - |
| XYZ | 32.61 | 16.25 | 69.13 | - |
| YUV | 100.33 | 195.54 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 220 | 0.18 | 0.84 | 0 | 0.14 | 287.28 | 0.72 | 0.5 |
| Hex | B5 | 24 | DC | 12 | 54 | 0 | E | 11F | 48 | 32 |
| Octal | 265 | 44 | 334 | 22 | 124 | 0 | 16 | 437 | 110 | 62 |
| Binary | 10110101 | 100100 | 11011100 | 10010 | 1010100 | 0 | 1110 | 100011111 | 1001000 | 110010 |
Color Harmonies of #B524DC
Complementary color
Monochromatic Colors of #B524DC
Black with #B524DC
Text Example
Text Example
White with #B524DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B524DC; }
p { color: rgb(181,36,220); }
H1.HeaderClassName
{
color: #B524DC;
}
.AnyTagClassName
{
color: #B524DC;
}
</style>
background-color css
<style>
a { background-color: #B524DC; }
a { background-color: rgb(181,36,220); }
div.DivClassName
{
background-color: #B524DC;
}
.BgClassName
{
background-color: #B524DC;
}
</style>
border-color css
<style>
span { border-color: #B524DC; }
span { border-color: rgb(181,36,220); }
td.TdClassName
{
border-color: #B524DC;
}
.TagClassName
{
border-color: #B524DC;
}
</style>