Shades of Violet Blue #B555A0
Tints of Violet Blue #B555A0
RGB
CMYK
RGB Variations
Color information
#B555A0 (or 0xB555A0) is known color: Violet Blue. HEX triplet: B5, 55 and A0. RGB value is (181,85,160). Sum of RGB (Red+Green+Blue) = 181+85+160=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B555A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B555A0 is #4AAA5F. Grayscale: #7A7A7A. Windows color (decimal): -4893280 or 10507701. OLE color: 10507701.
HSL color Cylindrical-coordinate representation of color #B555A0: hue angle of 313.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B555A0 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 160 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.29 |
| HSL | 313.13º | 0.39% | 0.52% | - |
| HSV(B) | 313.13º | 0.53% | 0.71% | - |
| XYZ | 28.65 | 18.86 | 35.39 | - |
| YUV | 122.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 160 | 0 | 0.53 | 0.12 | 0.29 | 313.13 | 0.39 | 0.52 |
| Hex | B5 | 55 | A0 | 0 | 35 | C | 1D | 139 | 27 | 34 |
| Octal | 265 | 125 | 240 | 0 | 65 | 14 | 35 | 471 | 47 | 64 |
| Binary | 10110101 | 1010101 | 10100000 | 0 | 110101 | 1100 | 11101 | 100111001 | 100111 | 110100 |
Color Harmonies of #B555A0
Complementary color
Monochromatic Colors of #B555A0
Black with #B555A0
Text Example
Text Example
White with #B555A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B555A0; }
p { color: rgb(181,85,160); }
H1.HeaderClassName
{
color: #B555A0;
}
.AnyTagClassName
{
color: #B555A0;
}
</style>
background-color css
<style>
a { background-color: #B555A0; }
a { background-color: rgb(181,85,160); }
div.DivClassName
{
background-color: #B555A0;
}
.BgClassName
{
background-color: #B555A0;
}
</style>
border-color css
<style>
span { border-color: #B555A0; }
span { border-color: rgb(181,85,160); }
td.TdClassName
{
border-color: #B555A0;
}
.TagClassName
{
border-color: #B555A0;
}
</style>