Shades of Violet Blue #B0539C
Tints of Violet Blue #B0539C
RGB
CMYK
RGB Variations
Color information
#B0539C (or 0xB0539C) is known color: Violet Blue. HEX triplet: B0, 53 and 9C. RGB value is (176,83,156). Sum of RGB (Red+Green+Blue) = 176+83+156=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0539C is #4FAC63. Grayscale: #767676. Windows color (decimal): -5221476 or 10245040. OLE color: 10245040.
HSL color Cylindrical-coordinate representation of color #B0539C: hue angle of 312.9º 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 #B0539C is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 156 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.31 |
| HSL | 312.9º | 0.37% | 0.51% | - |
| HSV(B) | 312.9º | 0.53% | 0.69% | - |
| XYZ | 27 | 17.82 | 33.47 | - |
| YUV | 119.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 156 | 0 | 0.53 | 0.11 | 0.31 | 312.9 | 0.37 | 0.51 |
| Hex | B0 | 53 | 9C | 0 | 35 | B | 1F | 139 | 25 | 33 |
| Octal | 260 | 123 | 234 | 0 | 65 | 13 | 37 | 471 | 45 | 63 |
| Binary | 10110000 | 1010011 | 10011100 | 0 | 110101 | 1011 | 11111 | 100111001 | 100101 | 110011 |
Color Harmonies of #B0539C
Complementary color
Monochromatic Colors of #B0539C
Black with #B0539C
Text Example
Text Example
White with #B0539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0539C; }
p { color: rgb(176,83,156); }
H1.HeaderClassName
{
color: #B0539C;
}
.AnyTagClassName
{
color: #B0539C;
}
</style>
background-color css
<style>
a { background-color: #B0539C; }
a { background-color: rgb(176,83,156); }
div.DivClassName
{
background-color: #B0539C;
}
.BgClassName
{
background-color: #B0539C;
}
</style>
border-color css
<style>
span { border-color: #B0539C; }
span { border-color: rgb(176,83,156); }
td.TdClassName
{
border-color: #B0539C;
}
.TagClassName
{
border-color: #B0539C;
}
</style>