Shades of Violet Blue #B0549F
Tints of Violet Blue #B0549F
RGB
CMYK
RGB Variations
Color information
#B0549F (or 0xB0549F) is known color: Violet Blue. HEX triplet: B0, 54 and 9F. RGB value is (176,84,159). Sum of RGB (Red+Green+Blue) = 176+84+159=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0549F is #4FAB60. Grayscale: #777777. Windows color (decimal): -5221217 or 10441904. OLE color: 10441904.
HSL color Cylindrical-coordinate representation of color #B0549F: hue angle of 311.09º 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 #B0549F is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 159 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.31 |
| HSL | 311.09º | 0.37% | 0.51% | - |
| HSV(B) | 311.09º | 0.52% | 0.69% | - |
| XYZ | 27.33 | 18.07 | 34.85 | - |
| YUV | 120.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 159 | 0 | 0.52 | 0.10 | 0.31 | 311.09 | 0.37 | 0.51 |
| Hex | B0 | 54 | 9F | 0 | 34 | A | 1F | 137 | 25 | 33 |
| Octal | 260 | 124 | 237 | 0 | 64 | 12 | 37 | 467 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10011111 | 0 | 110100 | 1010 | 11111 | 100110111 | 100101 | 110011 |
Color Harmonies of #B0549F
Complementary color
Monochromatic Colors of #B0549F
Black with #B0549F
Text Example
Text Example
White with #B0549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0549F; }
p { color: rgb(176,84,159); }
H1.HeaderClassName
{
color: #B0549F;
}
.AnyTagClassName
{
color: #B0549F;
}
</style>
background-color css
<style>
a { background-color: #B0549F; }
a { background-color: rgb(176,84,159); }
div.DivClassName
{
background-color: #B0549F;
}
.BgClassName
{
background-color: #B0549F;
}
</style>
border-color css
<style>
span { border-color: #B0549F; }
span { border-color: rgb(176,84,159); }
td.TdClassName
{
border-color: #B0549F;
}
.TagClassName
{
border-color: #B0549F;
}
</style>