Shades of Dark Orchid #B522D4
Tints of Dark Orchid #B522D4
RGB
CMYK
RGB Variations
Color information
#B522D4 (or 0xB522D4) is known color: Dark Orchid. HEX triplet: B5, 22 and D4. RGB value is (181,34,212). Sum of RGB (Red+Green+Blue) = 181+34+212=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 212 (83.20% from 255 or 49.65% from 427); Max value from RGB is 212 - color contains mainly: blue. Hex color #B522D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522D4 is #4ADD2B. Grayscale: #616161. Windows color (decimal): -4906284 or 13902517. OLE color: 13902517.
HSL color Cylindrical-coordinate representation of color #B522D4: hue angle of 289.55º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B522D4 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 34 | 212 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.17 |
| HSL | 289.55º | 0.72% | 0.48% | - |
| HSV(B) | 289.55º | 0.84% | 0.83% | - |
| XYZ | 31.51 | 15.72 | 63.66 | - |
| YUV | 98.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 212 | 0.15 | 0.84 | 0 | 0.17 | 289.55 | 0.72 | 0.48 |
| Hex | B5 | 22 | D4 | F | 54 | 0 | 11 | 122 | 48 | 30 |
| Octal | 265 | 42 | 324 | 17 | 124 | 0 | 21 | 442 | 110 | 60 |
| Binary | 10110101 | 100010 | 11010100 | 1111 | 1010100 | 0 | 10001 | 100100010 | 1001000 | 110000 |
Color Harmonies of #B522D4
Complementary color
Monochromatic Colors of #B522D4
Black with #B522D4
Text Example
Text Example
White with #B522D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B522D4; }
p { color: rgb(181,34,212); }
H1.HeaderClassName
{
color: #B522D4;
}
.AnyTagClassName
{
color: #B522D4;
}
</style>
background-color css
<style>
a { background-color: #B522D4; }
a { background-color: rgb(181,34,212); }
div.DivClassName
{
background-color: #B522D4;
}
.BgClassName
{
background-color: #B522D4;
}
</style>
border-color css
<style>
span { border-color: #B522D4; }
span { border-color: rgb(181,34,212); }
td.TdClassName
{
border-color: #B522D4;
}
.TagClassName
{
border-color: #B522D4;
}
</style>