Shades of Dark Orchid #B529DD
Tints of Dark Orchid #B529DD
RGB
CMYK
RGB Variations
Color information
#B529DD (or 0xB529DD) is known color: Dark Orchid. HEX triplet: B5, 29 and DD. RGB value is (181,41,221). Sum of RGB (Red+Green+Blue) = 181+41+221=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #B529DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529DD is #4AD622. Grayscale: #666666. Windows color (decimal): -4904483 or 14494133. OLE color: 14494133.
HSL color Cylindrical-coordinate representation of color #B529DD: hue angle of 286.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B529DD is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 41 | 221 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.13 |
| HSL | 286.67º | 0.73% | 0.51% | - |
| HSV(B) | 286.67º | 0.81% | 0.87% | - |
| XYZ | 32.9 | 16.63 | 69.88 | - |
| YUV | 103.38 | 194.38 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 221 | 0.18 | 0.81 | 0 | 0.13 | 286.67 | 0.73 | 0.51 |
| Hex | B5 | 29 | DD | 12 | 51 | 0 | D | 11F | 49 | 33 |
| Octal | 265 | 51 | 335 | 22 | 121 | 0 | 15 | 437 | 111 | 63 |
| Binary | 10110101 | 101001 | 11011101 | 10010 | 1010001 | 0 | 1101 | 100011111 | 1001001 | 110011 |
Color Harmonies of #B529DD
Complementary color
Monochromatic Colors of #B529DD
Black with #B529DD
Text Example
Text Example
White with #B529DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529DD; }
p { color: rgb(181,41,221); }
H1.HeaderClassName
{
color: #B529DD;
}
.AnyTagClassName
{
color: #B529DD;
}
</style>
background-color css
<style>
a { background-color: #B529DD; }
a { background-color: rgb(181,41,221); }
div.DivClassName
{
background-color: #B529DD;
}
.BgClassName
{
background-color: #B529DD;
}
</style>
border-color css
<style>
span { border-color: #B529DD; }
span { border-color: rgb(181,41,221); }
td.TdClassName
{
border-color: #B529DD;
}
.TagClassName
{
border-color: #B529DD;
}
</style>