Shades of Violet Blue #B0539A
Tints of Violet Blue #B0539A
RGB
CMYK
RGB Variations
Color information
#B0539A (or 0xB0539A) is known color: Violet Blue. HEX triplet: B0, 53 and 9A. RGB value is (176,83,154). Sum of RGB (Red+Green+Blue) = 176+83+154=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0539A is #4FAC65. Grayscale: #767676. Windows color (decimal): -5221478 or 10113968. OLE color: 10113968.
HSL color Cylindrical-coordinate representation of color #B0539A: hue angle of 314.19º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0539A is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 154 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.31 |
| HSL | 314.19º | 0.37% | 0.51% | - |
| HSV(B) | 314.19º | 0.53% | 0.69% | - |
| XYZ | 26.83 | 17.75 | 32.58 | - |
| YUV | 118.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 154 | 0 | 0.53 | 0.12 | 0.31 | 314.19 | 0.37 | 0.51 |
| Hex | B0 | 53 | 9A | 0 | 35 | C | 1F | 13A | 25 | 33 |
| Octal | 260 | 123 | 232 | 0 | 65 | 14 | 37 | 472 | 45 | 63 |
| Binary | 10110000 | 1010011 | 10011010 | 0 | 110101 | 1100 | 11111 | 100111010 | 100101 | 110011 |
Color Harmonies of #B0539A
Complementary color
Monochromatic Colors of #B0539A
Black with #B0539A
Text Example
Text Example
White with #B0539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0539A; }
p { color: rgb(176,83,154); }
H1.HeaderClassName
{
color: #B0539A;
}
.AnyTagClassName
{
color: #B0539A;
}
</style>
background-color css
<style>
a { background-color: #B0539A; }
a { background-color: rgb(176,83,154); }
div.DivClassName
{
background-color: #B0539A;
}
.BgClassName
{
background-color: #B0539A;
}
</style>
border-color css
<style>
span { border-color: #B0539A; }
span { border-color: rgb(176,83,154); }
td.TdClassName
{
border-color: #B0539A;
}
.TagClassName
{
border-color: #B0539A;
}
</style>