Shades of Violet Blue #B55EA8
Tints of Violet Blue #B55EA8
RGB
CMYK
RGB Variations
Color information
#B55EA8 (or 0xB55EA8) is known color: Violet Blue. HEX triplet: B5, 5E and A8. RGB value is (181,94,168). Sum of RGB (Red+Green+Blue) = 181+94+168=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B55EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55EA8 is #4AA157. Grayscale: #808080. Windows color (decimal): -4890968 or 11034293. OLE color: 11034293.
HSL color Cylindrical-coordinate representation of color #B55EA8: hue angle of 308.97º 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 #B55EA8 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 168 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.29 |
| HSL | 308.97º | 0.37% | 0.54% | - |
| HSV(B) | 308.97º | 0.48% | 0.71% | - |
| XYZ | 30.13 | 20.66 | 39.45 | - |
| YUV | 128.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 168 | 0 | 0.48 | 0.07 | 0.29 | 308.97 | 0.37 | 0.54 |
| Hex | B5 | 5E | A8 | 0 | 30 | 7 | 1D | 135 | 25 | 36 |
| Octal | 265 | 136 | 250 | 0 | 60 | 7 | 35 | 465 | 45 | 66 |
| Binary | 10110101 | 1011110 | 10101000 | 0 | 110000 | 111 | 11101 | 100110101 | 100101 | 110110 |
Color Harmonies of #B55EA8
Complementary color
Monochromatic Colors of #B55EA8
Black with #B55EA8
Text Example
Text Example
White with #B55EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EA8; }
p { color: rgb(181,94,168); }
H1.HeaderClassName
{
color: #B55EA8;
}
.AnyTagClassName
{
color: #B55EA8;
}
</style>
background-color css
<style>
a { background-color: #B55EA8; }
a { background-color: rgb(181,94,168); }
div.DivClassName
{
background-color: #B55EA8;
}
.BgClassName
{
background-color: #B55EA8;
}
</style>
border-color css
<style>
span { border-color: #B55EA8; }
span { border-color: rgb(181,94,168); }
td.TdClassName
{
border-color: #B55EA8;
}
.TagClassName
{
border-color: #B55EA8;
}
</style>