Shades of Dark Orchid #B522DF
Tints of Dark Orchid #B522DF
RGB
CMYK
RGB Variations
Color information
#B522DF (or 0xB522DF) is known color: Dark Orchid. HEX triplet: B5, 22 and DF. RGB value is (181,34,223). Sum of RGB (Red+Green+Blue) = 181+34+223=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #B522DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522DF is #4ADD20. Grayscale: #626262. Windows color (decimal): -4906273 or 14623413. OLE color: 14623413.
HSL color Cylindrical-coordinate representation of color #B522DF: hue angle of 286.67º degrees, saturation: 0.75, 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 #B522DF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 34 | 223 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.13 |
| HSL | 286.67º | 0.75% | 0.5% | - |
| HSV(B) | 286.67º | 0.85% | 0.87% | - |
| XYZ | 32.95 | 16.3 | 71.22 | - |
| YUV | 99.5 | 197.7 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 223 | 0.19 | 0.85 | 0 | 0.13 | 286.67 | 0.75 | 0.5 |
| Hex | B5 | 22 | DF | 13 | 55 | 0 | D | 11F | 4B | 32 |
| Octal | 265 | 42 | 337 | 23 | 125 | 0 | 15 | 437 | 113 | 62 |
| Binary | 10110101 | 100010 | 11011111 | 10011 | 1010101 | 0 | 1101 | 100011111 | 1001011 | 110010 |
Color Harmonies of #B522DF
Complementary color
Monochromatic Colors of #B522DF
Black with #B522DF
Text Example
Text Example
White with #B522DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B522DF; }
p { color: rgb(181,34,223); }
H1.HeaderClassName
{
color: #B522DF;
}
.AnyTagClassName
{
color: #B522DF;
}
</style>
background-color css
<style>
a { background-color: #B522DF; }
a { background-color: rgb(181,34,223); }
div.DivClassName
{
background-color: #B522DF;
}
.BgClassName
{
background-color: #B522DF;
}
</style>
border-color css
<style>
span { border-color: #B522DF; }
span { border-color: rgb(181,34,223); }
td.TdClassName
{
border-color: #B522DF;
}
.TagClassName
{
border-color: #B522DF;
}
</style>