Shades of Violet Blue #B55EA5
Tints of Violet Blue #B55EA5
RGB
CMYK
RGB Variations
Color information
#B55EA5 (or 0xB55EA5) is known color: Violet Blue. HEX triplet: B5, 5E and A5. RGB value is (181,94,165). Sum of RGB (Red+Green+Blue) = 181+94+165=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B55EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55EA5 is #4AA15A. Grayscale: #7F7F7F. Windows color (decimal): -4890971 or 10837685. OLE color: 10837685.
HSL color Cylindrical-coordinate representation of color #B55EA5: hue angle of 311.03º 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 #B55EA5 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 165 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.29 |
| HSL | 311.03º | 0.37% | 0.54% | - |
| HSV(B) | 311.03º | 0.48% | 0.71% | - |
| XYZ | 29.85 | 20.55 | 37.99 | - |
| YUV | 128.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 165 | 0 | 0.48 | 0.09 | 0.29 | 311.03 | 0.37 | 0.54 |
| Hex | B5 | 5E | A5 | 0 | 30 | 9 | 1D | 137 | 25 | 36 |
| Octal | 265 | 136 | 245 | 0 | 60 | 11 | 35 | 467 | 45 | 66 |
| Binary | 10110101 | 1011110 | 10100101 | 0 | 110000 | 1001 | 11101 | 100110111 | 100101 | 110110 |
Color Harmonies of #B55EA5
Complementary color
Monochromatic Colors of #B55EA5
Black with #B55EA5
Text Example
Text Example
White with #B55EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EA5; }
p { color: rgb(181,94,165); }
H1.HeaderClassName
{
color: #B55EA5;
}
.AnyTagClassName
{
color: #B55EA5;
}
</style>
background-color css
<style>
a { background-color: #B55EA5; }
a { background-color: rgb(181,94,165); }
div.DivClassName
{
background-color: #B55EA5;
}
.BgClassName
{
background-color: #B55EA5;
}
</style>
border-color css
<style>
span { border-color: #B55EA5; }
span { border-color: rgb(181,94,165); }
td.TdClassName
{
border-color: #B55EA5;
}
.TagClassName
{
border-color: #B55EA5;
}
</style>