Shades of Violet Blue #B0549A
Tints of Violet Blue #B0549A
RGB
CMYK
RGB Variations
Color information
#B0549A (or 0xB0549A) is known color: Violet Blue. HEX triplet: B0, 54 and 9A. RGB value is (176,84,154). Sum of RGB (Red+Green+Blue) = 176+84+154=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0549A is #4FAB65. Grayscale: #777777. Windows color (decimal): -5221222 or 10114224. OLE color: 10114224.
HSL color Cylindrical-coordinate representation of color #B0549A: hue angle of 314.35º 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 #B0549A is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 154 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.31 |
| HSL | 314.35º | 0.37% | 0.51% | - |
| HSV(B) | 314.35º | 0.52% | 0.69% | - |
| XYZ | 26.91 | 17.9 | 32.61 | - |
| YUV | 119.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 154 | 0 | 0.52 | 0.12 | 0.31 | 314.35 | 0.37 | 0.51 |
| Hex | B0 | 54 | 9A | 0 | 34 | C | 1F | 13A | 25 | 33 |
| Octal | 260 | 124 | 232 | 0 | 64 | 14 | 37 | 472 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10011010 | 0 | 110100 | 1100 | 11111 | 100111010 | 100101 | 110011 |
Color Harmonies of #B0549A
Complementary color
Monochromatic Colors of #B0549A
Black with #B0549A
Text Example
Text Example
White with #B0549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0549A; }
p { color: rgb(176,84,154); }
H1.HeaderClassName
{
color: #B0549A;
}
.AnyTagClassName
{
color: #B0549A;
}
</style>
background-color css
<style>
a { background-color: #B0549A; }
a { background-color: rgb(176,84,154); }
div.DivClassName
{
background-color: #B0549A;
}
.BgClassName
{
background-color: #B0549A;
}
</style>
border-color css
<style>
span { border-color: #B0549A; }
span { border-color: rgb(176,84,154); }
td.TdClassName
{
border-color: #B0549A;
}
.TagClassName
{
border-color: #B0549A;
}
</style>