Shades of Violet Blue #B053AC
Tints of Violet Blue #B053AC
RGB
CMYK
RGB Variations
Color information
#B053AC (or 0xB053AC) is known color: Violet Blue. HEX triplet: B0, 53 and AC. RGB value is (176,83,172). Sum of RGB (Red+Green+Blue) = 176+83+172=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B053AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B053AC is #4FAC53. Grayscale: #787878. Windows color (decimal): -5221460 or 11293616. OLE color: 11293616.
HSL color Cylindrical-coordinate representation of color #B053AC: hue angle of 302.58º 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 #B053AC is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 83 | 172 | - |
CMYK | 0 | 0.53 | 0.02 | 0.31 |
HSL | 302.58º | 0.37% | 0.51% | - |
HSV(B) | 302.58º | 0.53% | 0.69% | - |
XYZ | 28.44 | 18.4 | 41.08 | - |
YUV | 120.95 | 156.81 | 167.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 83 | 172 | 0 | 0.53 | 0.02 | 0.31 | 302.58 | 0.37 | 0.51 |
Hex | B0 | 53 | AC | 0 | 35 | 2 | 1F | 12F | 25 | 33 |
Octal | 260 | 123 | 254 | 0 | 65 | 2 | 37 | 457 | 45 | 63 |
Binary | 10110000 | 1010011 | 10101100 | 0 | 110101 | 10 | 11111 | 100101111 | 100101 | 110011 |
Color Harmonies of #B053AC
Complementary color
Monochromatic Colors of #B053AC
Black with #B053AC
Text Example
Text Example
White with #B053AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053AC; }
p { color: rgb(176,83,172); }
H1.HeaderClassName
{
color: #B053AC;
}
.AnyTagClassName
{
color: #B053AC;
}
</style>
background-color css
<style>
a { background-color: #B053AC; }
a { background-color: rgb(176,83,172); }
div.DivClassName
{
background-color: #B053AC;
}
.BgClassName
{
background-color: #B053AC;
}
</style>
border-color css
<style>
span { border-color: #B053AC; }
span { border-color: rgb(176,83,172); }
td.TdClassName
{
border-color: #B053AC;
}
.TagClassName
{
border-color: #B053AC;
}
</style>