Shades of Dark Orchid #B521DD
Tints of Dark Orchid #B521DD
RGB
CMYK
RGB Variations
Color information
#B521DD (or 0xB521DD) is known color: Dark Orchid. HEX triplet: B5, 21 and DD. RGB value is (181,33,221). Sum of RGB (Red+Green+Blue) = 181+33+221=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #B521DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521DD is #4ADE22. Grayscale: #626262. Windows color (decimal): -4906531 or 14492085. OLE color: 14492085.
HSL color Cylindrical-coordinate representation of color #B521DD: hue angle of 287.23º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B521DD is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 33 | 221 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.13 |
| HSL | 287.23º | 0.74% | 0.5% | - |
| HSV(B) | 287.23º | 0.85% | 0.87% | - |
| XYZ | 32.65 | 16.13 | 69.8 | - |
| YUV | 98.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 221 | 0.18 | 0.85 | 0 | 0.13 | 287.23 | 0.74 | 0.5 |
| Hex | B5 | 21 | DD | 12 | 55 | 0 | D | 11F | 4A | 32 |
| Octal | 265 | 41 | 335 | 22 | 125 | 0 | 15 | 437 | 112 | 62 |
| Binary | 10110101 | 100001 | 11011101 | 10010 | 1010101 | 0 | 1101 | 100011111 | 1001010 | 110010 |
Color Harmonies of #B521DD
Complementary color
Monochromatic Colors of #B521DD
Black with #B521DD
Text Example
Text Example
White with #B521DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521DD; }
p { color: rgb(181,33,221); }
H1.HeaderClassName
{
color: #B521DD;
}
.AnyTagClassName
{
color: #B521DD;
}
</style>
background-color css
<style>
a { background-color: #B521DD; }
a { background-color: rgb(181,33,221); }
div.DivClassName
{
background-color: #B521DD;
}
.BgClassName
{
background-color: #B521DD;
}
</style>
border-color css
<style>
span { border-color: #B521DD; }
span { border-color: rgb(181,33,221); }
td.TdClassName
{
border-color: #B521DD;
}
.TagClassName
{
border-color: #B521DD;
}
</style>