Shades of Violet Blue #B55E9F
Tints of Violet Blue #B55E9F
RGB
CMYK
RGB Variations
Color information
#B55E9F (or 0xB55E9F) is known color: Violet Blue. HEX triplet: B5, 5E and 9F. RGB value is (181,94,159). Sum of RGB (Red+Green+Blue) = 181+94+159=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55E9F is #4AA160. Grayscale: #7F7F7F. Windows color (decimal): -4890977 or 10444469. OLE color: 10444469.
HSL color Cylindrical-coordinate representation of color #B55E9F: hue angle of 315.17º 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 #B55E9F is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 159 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.29 |
| HSL | 315.17º | 0.37% | 0.54% | - |
| HSV(B) | 315.17º | 0.48% | 0.71% | - |
| XYZ | 29.32 | 20.33 | 35.18 | - |
| YUV | 127.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 159 | 0 | 0.48 | 0.12 | 0.29 | 315.17 | 0.37 | 0.54 |
| Hex | B5 | 5E | 9F | 0 | 30 | C | 1D | 13B | 25 | 36 |
| Octal | 265 | 136 | 237 | 0 | 60 | 14 | 35 | 473 | 45 | 66 |
| Binary | 10110101 | 1011110 | 10011111 | 0 | 110000 | 1100 | 11101 | 100111011 | 100101 | 110110 |
Color Harmonies of #B55E9F
Complementary color
Monochromatic Colors of #B55E9F
Black with #B55E9F
Text Example
Text Example
White with #B55E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E9F; }
p { color: rgb(181,94,159); }
H1.HeaderClassName
{
color: #B55E9F;
}
.AnyTagClassName
{
color: #B55E9F;
}
</style>
background-color css
<style>
a { background-color: #B55E9F; }
a { background-color: rgb(181,94,159); }
div.DivClassName
{
background-color: #B55E9F;
}
.BgClassName
{
background-color: #B55E9F;
}
</style>
border-color css
<style>
span { border-color: #B55E9F; }
span { border-color: rgb(181,94,159); }
td.TdClassName
{
border-color: #B55E9F;
}
.TagClassName
{
border-color: #B55E9F;
}
</style>