Shades of Violet Blue #B053AB
Tints of Violet Blue #B053AB
RGB
CMYK
RGB Variations
Color information
#B053AB (or 0xB053AB) is known color: Violet Blue. HEX triplet: B0, 53 and AB. RGB value is (176,83,171). Sum of RGB (Red+Green+Blue) = 176+83+171=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B053AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B053AB is #4FAC54. Grayscale: #787878. Windows color (decimal): -5221461 or 11228080. OLE color: 11228080.
HSL color Cylindrical-coordinate representation of color #B053AB: hue angle of 303.23º 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 #B053AB is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 171 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.31 |
| HSL | 303.23º | 0.37% | 0.51% | - |
| HSV(B) | 303.23º | 0.53% | 0.69% | - |
| XYZ | 28.35 | 18.36 | 40.58 | - |
| YUV | 120.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 171 | 0 | 0.53 | 0.03 | 0.31 | 303.23 | 0.37 | 0.51 |
| Hex | B0 | 53 | AB | 0 | 35 | 3 | 1F | 12F | 25 | 33 |
| Octal | 260 | 123 | 253 | 0 | 65 | 3 | 37 | 457 | 45 | 63 |
| Binary | 10110000 | 1010011 | 10101011 | 0 | 110101 | 11 | 11111 | 100101111 | 100101 | 110011 |
Color Harmonies of #B053AB
Complementary color
Monochromatic Colors of #B053AB
Black with #B053AB
Text Example
Text Example
White with #B053AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053AB; }
p { color: rgb(176,83,171); }
H1.HeaderClassName
{
color: #B053AB;
}
.AnyTagClassName
{
color: #B053AB;
}
</style>
background-color css
<style>
a { background-color: #B053AB; }
a { background-color: rgb(176,83,171); }
div.DivClassName
{
background-color: #B053AB;
}
.BgClassName
{
background-color: #B053AB;
}
</style>
border-color css
<style>
span { border-color: #B053AB; }
span { border-color: rgb(176,83,171); }
td.TdClassName
{
border-color: #B053AB;
}
.TagClassName
{
border-color: #B053AB;
}
</style>