Shades of Dark Orchid #B522C0
Tints of Dark Orchid #B522C0
RGB
CMYK
RGB Variations
Color information
#B522C0 (or 0xB522C0) is known color: Dark Orchid. HEX triplet: B5, 22 and C0. RGB value is (181,34,192). Sum of RGB (Red+Green+Blue) = 181+34+192=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #B522C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522C0 is #4ADD3F. Grayscale: #5F5F5F. Windows color (decimal): -4906304 or 12591797. OLE color: 12591797.
HSL color Cylindrical-coordinate representation of color #B522C0: hue angle of 295.82º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B522C0 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 34 | 192 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.25 |
| HSL | 295.82º | 0.7% | 0.44% | - |
| HSV(B) | 295.82º | 0.82% | 0.75% | - |
| XYZ | 29.14 | 14.77 | 51.18 | - |
| YUV | 95.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 192 | 0.06 | 0.82 | 0 | 0.25 | 295.82 | 0.7 | 0.44 |
| Hex | B5 | 22 | C0 | 6 | 52 | 0 | 19 | 128 | 46 | 2C |
| Octal | 265 | 42 | 300 | 6 | 122 | 0 | 31 | 450 | 106 | 54 |
| Binary | 10110101 | 100010 | 11000000 | 110 | 1010010 | 0 | 11001 | 100101000 | 1000110 | 101100 |
Color Harmonies of #B522C0
Complementary color
Monochromatic Colors of #B522C0
Black with #B522C0
Text Example
Text Example
White with #B522C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B522C0; }
p { color: rgb(181,34,192); }
H1.HeaderClassName
{
color: #B522C0;
}
.AnyTagClassName
{
color: #B522C0;
}
</style>
background-color css
<style>
a { background-color: #B522C0; }
a { background-color: rgb(181,34,192); }
div.DivClassName
{
background-color: #B522C0;
}
.BgClassName
{
background-color: #B522C0;
}
</style>
border-color css
<style>
span { border-color: #B522C0; }
span { border-color: rgb(181,34,192); }
td.TdClassName
{
border-color: #B522C0;
}
.TagClassName
{
border-color: #B522C0;
}
</style>