Shades of Violet Blue #B560A0
Tints of Violet Blue #B560A0
RGB
CMYK
RGB Variations
Color information
#B560A0 (or 0xB560A0) is known color: Violet Blue. HEX triplet: B5, 60 and A0. RGB value is (181,96,160). Sum of RGB (Red+Green+Blue) = 181+96+160=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B560A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B560A0 is #4A9F5F. Grayscale: #808080. Windows color (decimal): -4890464 or 10510517. OLE color: 10510517.
HSL color Cylindrical-coordinate representation of color #B560A0: hue angle of 314.82º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B560A0 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 160 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.29 |
| HSL | 314.82º | 0.36% | 0.54% | - |
| HSV(B) | 314.82º | 0.47% | 0.71% | - |
| XYZ | 29.58 | 20.73 | 35.7 | - |
| YUV | 128.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 160 | 0 | 0.47 | 0.12 | 0.29 | 314.82 | 0.36 | 0.54 |
| Hex | B5 | 60 | A0 | 0 | 2F | C | 1D | 13B | 24 | 36 |
| Octal | 265 | 140 | 240 | 0 | 57 | 14 | 35 | 473 | 44 | 66 |
| Binary | 10110101 | 1100000 | 10100000 | 0 | 101111 | 1100 | 11101 | 100111011 | 100100 | 110110 |
Color Harmonies of #B560A0
Complementary color
Monochromatic Colors of #B560A0
Black with #B560A0
Text Example
Text Example
White with #B560A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B560A0; }
p { color: rgb(181,96,160); }
H1.HeaderClassName
{
color: #B560A0;
}
.AnyTagClassName
{
color: #B560A0;
}
</style>
background-color css
<style>
a { background-color: #B560A0; }
a { background-color: rgb(181,96,160); }
div.DivClassName
{
background-color: #B560A0;
}
.BgClassName
{
background-color: #B560A0;
}
</style>
border-color css
<style>
span { border-color: #B560A0; }
span { border-color: rgb(181,96,160); }
td.TdClassName
{
border-color: #B560A0;
}
.TagClassName
{
border-color: #B560A0;
}
</style>