Shades of Violet Blue #B55EA0
Tints of Violet Blue #B55EA0
RGB
CMYK
RGB Variations
Color information
#B55EA0 (or 0xB55EA0) is known color: Violet Blue. HEX triplet: B5, 5E and A0. RGB value is (181,94,160). Sum of RGB (Red+Green+Blue) = 181+94+160=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B55EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55EA0 is #4AA15F. Grayscale: #7F7F7F. Windows color (decimal): -4890976 or 10510005. OLE color: 10510005.
HSL color Cylindrical-coordinate representation of color #B55EA0: hue angle of 314.48º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55EA0 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 160 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.29 |
| HSL | 314.48º | 0.37% | 0.54% | - |
| HSV(B) | 314.48º | 0.48% | 0.71% | - |
| XYZ | 29.4 | 20.37 | 35.64 | - |
| YUV | 127.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 160 | 0 | 0.48 | 0.12 | 0.29 | 314.48 | 0.37 | 0.54 |
| Hex | B5 | 5E | A0 | 0 | 30 | C | 1D | 13A | 25 | 36 |
| Octal | 265 | 136 | 240 | 0 | 60 | 14 | 35 | 472 | 45 | 66 |
| Binary | 10110101 | 1011110 | 10100000 | 0 | 110000 | 1100 | 11101 | 100111010 | 100101 | 110110 |
Color Harmonies of #B55EA0
Complementary color
Monochromatic Colors of #B55EA0
Black with #B55EA0
Text Example
Text Example
White with #B55EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EA0; }
p { color: rgb(181,94,160); }
H1.HeaderClassName
{
color: #B55EA0;
}
.AnyTagClassName
{
color: #B55EA0;
}
</style>
background-color css
<style>
a { background-color: #B55EA0; }
a { background-color: rgb(181,94,160); }
div.DivClassName
{
background-color: #B55EA0;
}
.BgClassName
{
background-color: #B55EA0;
}
</style>
border-color css
<style>
span { border-color: #B55EA0; }
span { border-color: rgb(181,94,160); }
td.TdClassName
{
border-color: #B55EA0;
}
.TagClassName
{
border-color: #B55EA0;
}
</style>