Shades of Violet Blue #B0549B
Tints of Violet Blue #B0549B
RGB
CMYK
RGB Variations
Color information
#B0549B (or 0xB0549B) is known color: Violet Blue. HEX triplet: B0, 54 and 9B. RGB value is (176,84,155). Sum of RGB (Red+Green+Blue) = 176+84+155=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0549B is #4FAB64. Grayscale: #777777. Windows color (decimal): -5221221 or 10179760. OLE color: 10179760.
HSL color Cylindrical-coordinate representation of color #B0549B: hue angle of 313.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0549B is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 155 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.31 |
| HSL | 313.7º | 0.37% | 0.51% | - |
| HSV(B) | 313.7º | 0.52% | 0.69% | - |
| XYZ | 26.99 | 17.94 | 33.05 | - |
| YUV | 119.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 155 | 0 | 0.52 | 0.12 | 0.31 | 313.7 | 0.37 | 0.51 |
| Hex | B0 | 54 | 9B | 0 | 34 | C | 1F | 13A | 25 | 33 |
| Octal | 260 | 124 | 233 | 0 | 64 | 14 | 37 | 472 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10011011 | 0 | 110100 | 1100 | 11111 | 100111010 | 100101 | 110011 |
Color Harmonies of #B0549B
Complementary color
Monochromatic Colors of #B0549B
Black with #B0549B
Text Example
Text Example
White with #B0549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0549B; }
p { color: rgb(176,84,155); }
H1.HeaderClassName
{
color: #B0549B;
}
.AnyTagClassName
{
color: #B0549B;
}
</style>
background-color css
<style>
a { background-color: #B0549B; }
a { background-color: rgb(176,84,155); }
div.DivClassName
{
background-color: #B0549B;
}
.BgClassName
{
background-color: #B0549B;
}
</style>
border-color css
<style>
span { border-color: #B0549B; }
span { border-color: rgb(176,84,155); }
td.TdClassName
{
border-color: #B0549B;
}
.TagClassName
{
border-color: #B0549B;
}
</style>