Shades of Dark Orchid #B520DC
Tints of Dark Orchid #B520DC
RGB
CMYK
RGB Variations
Color information
#B520DC (or 0xB520DC) is known color: Dark Orchid. HEX triplet: B5, 20 and DC. RGB value is (181,32,220). Sum of RGB (Red+Green+Blue) = 181+32+220=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #B520DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520DC is #4ADF23. Grayscale: #616161. Windows color (decimal): -4906788 or 14426293. OLE color: 14426293.
HSL color Cylindrical-coordinate representation of color #B520DC: hue angle of 287.55º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B520DC is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 32 | 220 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.14 |
| HSL | 287.55º | 0.75% | 0.49% | - |
| HSV(B) | 287.55º | 0.85% | 0.86% | - |
| XYZ | 32.49 | 16.02 | 69.09 | - |
| YUV | 97.98 | 196.86 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 220 | 0.18 | 0.85 | 0 | 0.14 | 287.55 | 0.75 | 0.49 |
| Hex | B5 | 20 | DC | 12 | 55 | 0 | E | 120 | 4B | 31 |
| Octal | 265 | 40 | 334 | 22 | 125 | 0 | 16 | 440 | 113 | 61 |
| Binary | 10110101 | 100000 | 11011100 | 10010 | 1010101 | 0 | 1110 | 100100000 | 1001011 | 110001 |
Color Harmonies of #B520DC
Complementary color
Monochromatic Colors of #B520DC
Black with #B520DC
Text Example
Text Example
White with #B520DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520DC; }
p { color: rgb(181,32,220); }
H1.HeaderClassName
{
color: #B520DC;
}
.AnyTagClassName
{
color: #B520DC;
}
</style>
background-color css
<style>
a { background-color: #B520DC; }
a { background-color: rgb(181,32,220); }
div.DivClassName
{
background-color: #B520DC;
}
.BgClassName
{
background-color: #B520DC;
}
</style>
border-color css
<style>
span { border-color: #B520DC; }
span { border-color: rgb(181,32,220); }
td.TdClassName
{
border-color: #B520DC;
}
.TagClassName
{
border-color: #B520DC;
}
</style>