Shades of Violet Blue #B053A1
Tints of Violet Blue #B053A1
RGB
CMYK
RGB Variations
Color information
#B053A1 (or 0xB053A1) is known color: Violet Blue. HEX triplet: B0, 53 and A1. RGB value is (176,83,161). Sum of RGB (Red+Green+Blue) = 176+83+161=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B053A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B053A1 is #4FAC5E. Grayscale: #777777. Windows color (decimal): -5221471 or 10572720. OLE color: 10572720.
HSL color Cylindrical-coordinate representation of color #B053A1: hue angle of 309.68º 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 #B053A1 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 161 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.31 |
| HSL | 309.68º | 0.37% | 0.51% | - |
| HSV(B) | 309.68º | 0.53% | 0.69% | - |
| XYZ | 27.43 | 17.99 | 35.74 | - |
| YUV | 119.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 161 | 0 | 0.53 | 0.09 | 0.31 | 309.68 | 0.37 | 0.51 |
| Hex | B0 | 53 | A1 | 0 | 35 | 9 | 1F | 136 | 25 | 33 |
| Octal | 260 | 123 | 241 | 0 | 65 | 11 | 37 | 466 | 45 | 63 |
| Binary | 10110000 | 1010011 | 10100001 | 0 | 110101 | 1001 | 11111 | 100110110 | 100101 | 110011 |
Color Harmonies of #B053A1
Complementary color
Monochromatic Colors of #B053A1
Black with #B053A1
Text Example
Text Example
White with #B053A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053A1; }
p { color: rgb(176,83,161); }
H1.HeaderClassName
{
color: #B053A1;
}
.AnyTagClassName
{
color: #B053A1;
}
</style>
background-color css
<style>
a { background-color: #B053A1; }
a { background-color: rgb(176,83,161); }
div.DivClassName
{
background-color: #B053A1;
}
.BgClassName
{
background-color: #B053A1;
}
</style>
border-color css
<style>
span { border-color: #B053A1; }
span { border-color: rgb(176,83,161); }
td.TdClassName
{
border-color: #B053A1;
}
.TagClassName
{
border-color: #B053A1;
}
</style>