Shades of Violet Blue #B0549E
Tints of Violet Blue #B0549E
RGB
CMYK
RGB Variations
Color information
#B0549E (or 0xB0549E) is known color: Violet Blue. HEX triplet: B0, 54 and 9E. RGB value is (176,84,158). Sum of RGB (Red+Green+Blue) = 176+84+158=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0549E is #4FAB61. Grayscale: #777777. Windows color (decimal): -5221218 or 10376368. OLE color: 10376368.
HSL color Cylindrical-coordinate representation of color #B0549E: hue angle of 311.74º 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 #B0549E is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 158 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.31 |
| HSL | 311.74º | 0.37% | 0.51% | - |
| HSV(B) | 311.74º | 0.52% | 0.69% | - |
| XYZ | 27.25 | 18.04 | 34.39 | - |
| YUV | 119.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 158 | 0 | 0.52 | 0.10 | 0.31 | 311.74 | 0.37 | 0.51 |
| Hex | B0 | 54 | 9E | 0 | 34 | A | 1F | 138 | 25 | 33 |
| Octal | 260 | 124 | 236 | 0 | 64 | 12 | 37 | 470 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10011110 | 0 | 110100 | 1010 | 11111 | 100111000 | 100101 | 110011 |
Color Harmonies of #B0549E
Complementary color
Monochromatic Colors of #B0549E
Black with #B0549E
Text Example
Text Example
White with #B0549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0549E; }
p { color: rgb(176,84,158); }
H1.HeaderClassName
{
color: #B0549E;
}
.AnyTagClassName
{
color: #B0549E;
}
</style>
background-color css
<style>
a { background-color: #B0549E; }
a { background-color: rgb(176,84,158); }
div.DivClassName
{
background-color: #B0549E;
}
.BgClassName
{
background-color: #B0549E;
}
</style>
border-color css
<style>
span { border-color: #B0549E; }
span { border-color: rgb(176,84,158); }
td.TdClassName
{
border-color: #B0549E;
}
.TagClassName
{
border-color: #B0549E;
}
</style>