Shades of Violet Blue #B562A0
Tints of Violet Blue #B562A0
RGB
CMYK
RGB Variations
Color information
#B562A0 (or 0xB562A0) is known color: Violet Blue. HEX triplet: B5, 62 and A0. RGB value is (181,98,160). Sum of RGB (Red+Green+Blue) = 181+98+160=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B562A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B562A0 is #4A9D5F. Grayscale: #818181. Windows color (decimal): -4889952 or 10511029. OLE color: 10511029.
HSL color Cylindrical-coordinate representation of color #B562A0: hue angle of 315.18º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B562A0 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 160 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.29 |
| HSL | 315.18º | 0.36% | 0.55% | - |
| HSV(B) | 315.18º | 0.46% | 0.71% | - |
| XYZ | 29.77 | 21.1 | 35.76 | - |
| YUV | 129.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 160 | 0 | 0.46 | 0.12 | 0.29 | 315.18 | 0.36 | 0.55 |
| Hex | B5 | 62 | A0 | 0 | 2E | C | 1D | 13B | 24 | 37 |
| Octal | 265 | 142 | 240 | 0 | 56 | 14 | 35 | 473 | 44 | 67 |
| Binary | 10110101 | 1100010 | 10100000 | 0 | 101110 | 1100 | 11101 | 100111011 | 100100 | 110111 |
Color Harmonies of #B562A0
Complementary color
Monochromatic Colors of #B562A0
Black with #B562A0
Text Example
Text Example
White with #B562A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B562A0; }
p { color: rgb(181,98,160); }
H1.HeaderClassName
{
color: #B562A0;
}
.AnyTagClassName
{
color: #B562A0;
}
</style>
background-color css
<style>
a { background-color: #B562A0; }
a { background-color: rgb(181,98,160); }
div.DivClassName
{
background-color: #B562A0;
}
.BgClassName
{
background-color: #B562A0;
}
</style>
border-color css
<style>
span { border-color: #B562A0; }
span { border-color: rgb(181,98,160); }
td.TdClassName
{
border-color: #B562A0;
}
.TagClassName
{
border-color: #B562A0;
}
</style>