Shades of Dark Orchid #B520DF
Tints of Dark Orchid #B520DF
RGB
CMYK
RGB Variations
Color information
#B520DF (or 0xB520DF) is known color: Dark Orchid. HEX triplet: B5, 20 and DF. RGB value is (181,32,223). Sum of RGB (Red+Green+Blue) = 181+32+223=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #B520DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520DF is #4ADF20. Grayscale: #616161. Windows color (decimal): -4906785 or 14622901. OLE color: 14622901.
HSL color Cylindrical-coordinate representation of color #B520DF: hue angle of 286.81º 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 #B520DF is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 32 | 223 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.13 |
| HSL | 286.81º | 0.75% | 0.5% | - |
| HSV(B) | 286.81º | 0.86% | 0.87% | - |
| XYZ | 32.89 | 16.18 | 71.2 | - |
| YUV | 98.33 | 198.36 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 223 | 0.19 | 0.86 | 0 | 0.13 | 286.81 | 0.75 | 0.5 |
| Hex | B5 | 20 | DF | 13 | 56 | 0 | D | 11F | 4B | 32 |
| Octal | 265 | 40 | 337 | 23 | 126 | 0 | 15 | 437 | 113 | 62 |
| Binary | 10110101 | 100000 | 11011111 | 10011 | 1010110 | 0 | 1101 | 100011111 | 1001011 | 110010 |
Color Harmonies of #B520DF
Complementary color
Monochromatic Colors of #B520DF
Black with #B520DF
Text Example
Text Example
White with #B520DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520DF; }
p { color: rgb(181,32,223); }
H1.HeaderClassName
{
color: #B520DF;
}
.AnyTagClassName
{
color: #B520DF;
}
</style>
background-color css
<style>
a { background-color: #B520DF; }
a { background-color: rgb(181,32,223); }
div.DivClassName
{
background-color: #B520DF;
}
.BgClassName
{
background-color: #B520DF;
}
</style>
border-color css
<style>
span { border-color: #B520DF; }
span { border-color: rgb(181,32,223); }
td.TdClassName
{
border-color: #B520DF;
}
.TagClassName
{
border-color: #B520DF;
}
</style>