Shades of Dark Orchid #B520DB
Tints of Dark Orchid #B520DB
RGB
CMYK
RGB Variations
Color information
#B520DB (or 0xB520DB) is known color: Dark Orchid. HEX triplet: B5, 20 and DB. RGB value is (181,32,219). Sum of RGB (Red+Green+Blue) = 181+32+219=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #B520DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520DB is #4ADF24. Grayscale: #616161. Windows color (decimal): -4906789 or 14360757. OLE color: 14360757.
HSL color Cylindrical-coordinate representation of color #B520DB: hue angle of 287.81º 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 #B520DB is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 32 | 219 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.14 |
| HSL | 287.81º | 0.75% | 0.49% | - |
| HSV(B) | 287.81º | 0.85% | 0.86% | - |
| XYZ | 32.36 | 15.97 | 68.4 | - |
| YUV | 97.87 | 196.36 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 219 | 0.17 | 0.85 | 0 | 0.14 | 287.81 | 0.75 | 0.49 |
| Hex | B5 | 20 | DB | 11 | 55 | 0 | E | 120 | 4B | 31 |
| Octal | 265 | 40 | 333 | 21 | 125 | 0 | 16 | 440 | 113 | 61 |
| Binary | 10110101 | 100000 | 11011011 | 10001 | 1010101 | 0 | 1110 | 100100000 | 1001011 | 110001 |
Color Harmonies of #B520DB
Complementary color
Monochromatic Colors of #B520DB
Black with #B520DB
Text Example
Text Example
White with #B520DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520DB; }
p { color: rgb(181,32,219); }
H1.HeaderClassName
{
color: #B520DB;
}
.AnyTagClassName
{
color: #B520DB;
}
</style>
background-color css
<style>
a { background-color: #B520DB; }
a { background-color: rgb(181,32,219); }
div.DivClassName
{
background-color: #B520DB;
}
.BgClassName
{
background-color: #B520DB;
}
</style>
border-color css
<style>
span { border-color: #B520DB; }
span { border-color: rgb(181,32,219); }
td.TdClassName
{
border-color: #B520DB;
}
.TagClassName
{
border-color: #B520DB;
}
</style>