Shades of Violet Blue #B55EA6
Tints of Violet Blue #B55EA6
RGB
CMYK
RGB Variations
Color information
#B55EA6 (or 0xB55EA6) is known color: Violet Blue. HEX triplet: B5, 5E and A6. RGB value is (181,94,166). Sum of RGB (Red+Green+Blue) = 181+94+166=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B55EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55EA6 is #4AA159. Grayscale: #808080. Windows color (decimal): -4890970 or 10903221. OLE color: 10903221.
HSL color Cylindrical-coordinate representation of color #B55EA6: hue angle of 310.34º 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 #B55EA6 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 166 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.29 |
| HSL | 310.34º | 0.37% | 0.54% | - |
| HSV(B) | 310.34º | 0.48% | 0.71% | - |
| XYZ | 29.94 | 20.58 | 38.47 | - |
| YUV | 128.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 166 | 0 | 0.48 | 0.08 | 0.29 | 310.34 | 0.37 | 0.54 |
| Hex | B5 | 5E | A6 | 0 | 30 | 8 | 1D | 136 | 25 | 36 |
| Octal | 265 | 136 | 246 | 0 | 60 | 10 | 35 | 466 | 45 | 66 |
| Binary | 10110101 | 1011110 | 10100110 | 0 | 110000 | 1000 | 11101 | 100110110 | 100101 | 110110 |
Color Harmonies of #B55EA6
Complementary color
Monochromatic Colors of #B55EA6
Black with #B55EA6
Text Example
Text Example
White with #B55EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EA6; }
p { color: rgb(181,94,166); }
H1.HeaderClassName
{
color: #B55EA6;
}
.AnyTagClassName
{
color: #B55EA6;
}
</style>
background-color css
<style>
a { background-color: #B55EA6; }
a { background-color: rgb(181,94,166); }
div.DivClassName
{
background-color: #B55EA6;
}
.BgClassName
{
background-color: #B55EA6;
}
</style>
border-color css
<style>
span { border-color: #B55EA6; }
span { border-color: rgb(181,94,166); }
td.TdClassName
{
border-color: #B55EA6;
}
.TagClassName
{
border-color: #B55EA6;
}
</style>