Shades of Dark Orchid #B521DC
Tints of Dark Orchid #B521DC
RGB
CMYK
RGB Variations
Color information
#B521DC (or 0xB521DC) is known color: Dark Orchid. HEX triplet: B5, 21 and DC. RGB value is (181,33,220). Sum of RGB (Red+Green+Blue) = 181+33+220=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #B521DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521DC is #4ADE23. Grayscale: #616161. Windows color (decimal): -4906532 or 14426549. OLE color: 14426549.
HSL color Cylindrical-coordinate representation of color #B521DC: hue angle of 287.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B521DC is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 33 | 220 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.14 |
| HSL | 287.49º | 0.74% | 0.5% | - |
| HSV(B) | 287.49º | 0.85% | 0.86% | - |
| XYZ | 32.52 | 16.08 | 69.1 | - |
| YUV | 98.57 | 196.53 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 220 | 0.18 | 0.85 | 0 | 0.14 | 287.49 | 0.74 | 0.5 |
| Hex | B5 | 21 | DC | 12 | 55 | 0 | E | 11F | 4A | 32 |
| Octal | 265 | 41 | 334 | 22 | 125 | 0 | 16 | 437 | 112 | 62 |
| Binary | 10110101 | 100001 | 11011100 | 10010 | 1010101 | 0 | 1110 | 100011111 | 1001010 | 110010 |
Color Harmonies of #B521DC
Complementary color
Monochromatic Colors of #B521DC
Black with #B521DC
Text Example
Text Example
White with #B521DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521DC; }
p { color: rgb(181,33,220); }
H1.HeaderClassName
{
color: #B521DC;
}
.AnyTagClassName
{
color: #B521DC;
}
</style>
background-color css
<style>
a { background-color: #B521DC; }
a { background-color: rgb(181,33,220); }
div.DivClassName
{
background-color: #B521DC;
}
.BgClassName
{
background-color: #B521DC;
}
</style>
border-color css
<style>
span { border-color: #B521DC; }
span { border-color: rgb(181,33,220); }
td.TdClassName
{
border-color: #B521DC;
}
.TagClassName
{
border-color: #B521DC;
}
</style>