Shades of Violet Blue #B557A9
Tints of Violet Blue #B557A9
RGB
CMYK
RGB Variations
Color information
#B557A9 (or 0xB557A9) is known color: Violet Blue. HEX triplet: B5, 57 and A9. RGB value is (181,87,169). Sum of RGB (Red+Green+Blue) = 181+87+169=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B557A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B557A9 is #4AA856. Grayscale: #7C7C7C. Windows color (decimal): -4892759 or 11098037. OLE color: 11098037.
HSL color Cylindrical-coordinate representation of color #B557A9: hue angle of 307.66º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B557A9 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 169 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.29 |
| HSL | 307.66º | 0.39% | 0.53% | - |
| HSV(B) | 307.66º | 0.52% | 0.71% | - |
| XYZ | 29.63 | 19.5 | 39.74 | - |
| YUV | 124.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 169 | 0 | 0.52 | 0.07 | 0.29 | 307.66 | 0.39 | 0.53 |
| Hex | B5 | 57 | A9 | 0 | 34 | 7 | 1D | 134 | 27 | 35 |
| Octal | 265 | 127 | 251 | 0 | 64 | 7 | 35 | 464 | 47 | 65 |
| Binary | 10110101 | 1010111 | 10101001 | 0 | 110100 | 111 | 11101 | 100110100 | 100111 | 110101 |
Color Harmonies of #B557A9
Complementary color
Monochromatic Colors of #B557A9
Black with #B557A9
Text Example
Text Example
White with #B557A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B557A9; }
p { color: rgb(181,87,169); }
H1.HeaderClassName
{
color: #B557A9;
}
.AnyTagClassName
{
color: #B557A9;
}
</style>
background-color css
<style>
a { background-color: #B557A9; }
a { background-color: rgb(181,87,169); }
div.DivClassName
{
background-color: #B557A9;
}
.BgClassName
{
background-color: #B557A9;
}
</style>
border-color css
<style>
span { border-color: #B557A9; }
span { border-color: rgb(181,87,169); }
td.TdClassName
{
border-color: #B557A9;
}
.TagClassName
{
border-color: #B557A9;
}
</style>