Shades of Dark Orchid #B520DE
Tints of Dark Orchid #B520DE
RGB
CMYK
RGB Variations
Color information
#B520DE (or 0xB520DE) is known color: Dark Orchid. HEX triplet: B5, 20 and DE. RGB value is (181,32,222). Sum of RGB (Red+Green+Blue) = 181+32+222=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #B520DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520DE is #4ADF21. Grayscale: #616161. Windows color (decimal): -4906786 or 14557365. OLE color: 14557365.
HSL color Cylindrical-coordinate representation of color #B520DE: hue angle of 287.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B520DE is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 32 | 222 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.13 |
| HSL | 287.05º | 0.75% | 0.5% | - |
| HSV(B) | 287.05º | 0.86% | 0.87% | - |
| XYZ | 32.76 | 16.13 | 70.49 | - |
| YUV | 98.21 | 197.86 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 222 | 0.18 | 0.86 | 0 | 0.13 | 287.05 | 0.75 | 0.5 |
| Hex | B5 | 20 | DE | 12 | 56 | 0 | D | 11F | 4B | 32 |
| Octal | 265 | 40 | 336 | 22 | 126 | 0 | 15 | 437 | 113 | 62 |
| Binary | 10110101 | 100000 | 11011110 | 10010 | 1010110 | 0 | 1101 | 100011111 | 1001011 | 110010 |
Color Harmonies of #B520DE
Complementary color
Monochromatic Colors of #B520DE
Black with #B520DE
Text Example
Text Example
White with #B520DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520DE; }
p { color: rgb(181,32,222); }
H1.HeaderClassName
{
color: #B520DE;
}
.AnyTagClassName
{
color: #B520DE;
}
</style>
background-color css
<style>
a { background-color: #B520DE; }
a { background-color: rgb(181,32,222); }
div.DivClassName
{
background-color: #B520DE;
}
.BgClassName
{
background-color: #B520DE;
}
</style>
border-color css
<style>
span { border-color: #B520DE; }
span { border-color: rgb(181,32,222); }
td.TdClassName
{
border-color: #B520DE;
}
.TagClassName
{
border-color: #B520DE;
}
</style>