Shades of Violet Blue #B55BA0
Tints of Violet Blue #B55BA0
RGB
CMYK
RGB Variations
Color information
#B55BA0 (or 0xB55BA0) is known color: Violet Blue. HEX triplet: B5, 5B and A0. RGB value is (181,91,160). Sum of RGB (Red+Green+Blue) = 181+91+160=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BA0 is #4AA45F. Grayscale: #7D7D7D. Windows color (decimal): -4891744 or 10509237. OLE color: 10509237.
HSL color Cylindrical-coordinate representation of color #B55BA0: hue angle of 314º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55BA0 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 91 | 160 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.29 |
| HSL | 314º | 0.38% | 0.53% | - |
| HSV(B) | 314º | 0.5% | 0.71% | - |
| XYZ | 29.14 | 19.84 | 35.55 | - |
| YUV | 125.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 160 | 0 | 0.50 | 0.12 | 0.29 | 314 | 0.38 | 0.53 |
| Hex | B5 | 5B | A0 | 0 | 32 | C | 1D | 13A | 26 | 35 |
| Octal | 265 | 133 | 240 | 0 | 62 | 14 | 35 | 472 | 46 | 65 |
| Binary | 10110101 | 1011011 | 10100000 | 0 | 110010 | 1100 | 11101 | 100111010 | 100110 | 110101 |
Color Harmonies of #B55BA0
Complementary color
Monochromatic Colors of #B55BA0
Black with #B55BA0
Text Example
Text Example
White with #B55BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55BA0; }
p { color: rgb(181,91,160); }
H1.HeaderClassName
{
color: #B55BA0;
}
.AnyTagClassName
{
color: #B55BA0;
}
</style>
background-color css
<style>
a { background-color: #B55BA0; }
a { background-color: rgb(181,91,160); }
div.DivClassName
{
background-color: #B55BA0;
}
.BgClassName
{
background-color: #B55BA0;
}
</style>
border-color css
<style>
span { border-color: #B55BA0; }
span { border-color: rgb(181,91,160); }
td.TdClassName
{
border-color: #B55BA0;
}
.TagClassName
{
border-color: #B55BA0;
}
</style>