Shades of Dark Orchid #B520DD
Tints of Dark Orchid #B520DD
RGB
CMYK
RGB Variations
Color information
#B520DD (or 0xB520DD) is known color: Dark Orchid. HEX triplet: B5, 20 and DD. RGB value is (181,32,221). Sum of RGB (Red+Green+Blue) = 181+32+221=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #B520DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520DD is #4ADF22. Grayscale: #616161. Windows color (decimal): -4906787 or 14491829. OLE color: 14491829.
HSL color Cylindrical-coordinate representation of color #B520DD: hue angle of 287.3º 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 #B520DD is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 32 | 221 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.13 |
| HSL | 287.3º | 0.75% | 0.5% | - |
| HSV(B) | 287.3º | 0.86% | 0.87% | - |
| XYZ | 32.62 | 16.08 | 69.79 | - |
| YUV | 98.1 | 197.36 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 221 | 0.18 | 0.86 | 0 | 0.13 | 287.3 | 0.75 | 0.5 |
| Hex | B5 | 20 | DD | 12 | 56 | 0 | D | 11F | 4B | 32 |
| Octal | 265 | 40 | 335 | 22 | 126 | 0 | 15 | 437 | 113 | 62 |
| Binary | 10110101 | 100000 | 11011101 | 10010 | 1010110 | 0 | 1101 | 100011111 | 1001011 | 110010 |
Color Harmonies of #B520DD
Complementary color
Monochromatic Colors of #B520DD
Black with #B520DD
Text Example
Text Example
White with #B520DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520DD; }
p { color: rgb(181,32,221); }
H1.HeaderClassName
{
color: #B520DD;
}
.AnyTagClassName
{
color: #B520DD;
}
</style>
background-color css
<style>
a { background-color: #B520DD; }
a { background-color: rgb(181,32,221); }
div.DivClassName
{
background-color: #B520DD;
}
.BgClassName
{
background-color: #B520DD;
}
</style>
border-color css
<style>
span { border-color: #B520DD; }
span { border-color: rgb(181,32,221); }
td.TdClassName
{
border-color: #B520DD;
}
.TagClassName
{
border-color: #B520DD;
}
</style>