Shades of Dark Orchid #B522BA
Tints of Dark Orchid #B522BA
RGB
CMYK
RGB Variations
Color information
#B522BA (or 0xB522BA) is known color: Dark Orchid. HEX triplet: B5, 22 and BA. RGB value is (181,34,186). Sum of RGB (Red+Green+Blue) = 181+34+186=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #B522BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522BA is #4ADD45. Grayscale: #5E5E5E. Windows color (decimal): -4906310 or 12198581. OLE color: 12198581.
HSL color Cylindrical-coordinate representation of color #B522BA: hue angle of 298.03º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B522BA is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 34 | 186 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.27 |
| HSL | 298.03º | 0.69% | 0.43% | - |
| HSV(B) | 298.03º | 0.82% | 0.73% | - |
| XYZ | 28.49 | 14.51 | 47.75 | - |
| YUV | 95.28 | 179.2 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 186 | 0.03 | 0.82 | 0 | 0.27 | 298.03 | 0.69 | 0.43 |
| Hex | B5 | 22 | BA | 3 | 52 | 0 | 1B | 12A | 45 | 2B |
| Octal | 265 | 42 | 272 | 3 | 122 | 0 | 33 | 452 | 105 | 53 |
| Binary | 10110101 | 100010 | 10111010 | 11 | 1010010 | 0 | 11011 | 100101010 | 1000101 | 101011 |
Color Harmonies of #B522BA
Complementary color
Monochromatic Colors of #B522BA
Black with #B522BA
Text Example
Text Example
White with #B522BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B522BA; }
p { color: rgb(181,34,186); }
H1.HeaderClassName
{
color: #B522BA;
}
.AnyTagClassName
{
color: #B522BA;
}
</style>
background-color css
<style>
a { background-color: #B522BA; }
a { background-color: rgb(181,34,186); }
div.DivClassName
{
background-color: #B522BA;
}
.BgClassName
{
background-color: #B522BA;
}
</style>
border-color css
<style>
span { border-color: #B522BA; }
span { border-color: rgb(181,34,186); }
td.TdClassName
{
border-color: #B522BA;
}
.TagClassName
{
border-color: #B522BA;
}
</style>