Shades of Violet Blue #B054AA
Tints of Violet Blue #B054AA
RGB
CMYK
RGB Variations
Color information
#B054AA (or 0xB054AA) is known color: Violet Blue. HEX triplet: B0, 54 and AA. RGB value is (176,84,170). Sum of RGB (Red+Green+Blue) = 176+84+170=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B054AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B054AA is #4FAB55. Grayscale: #797979. Windows color (decimal): -5221206 or 11162800. OLE color: 11162800.
HSL color Cylindrical-coordinate representation of color #B054AA: hue angle of 303.91º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B054AA is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 170 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.31 |
| HSL | 303.91º | 0.37% | 0.51% | - |
| HSV(B) | 303.91º | 0.52% | 0.69% | - |
| XYZ | 28.33 | 18.47 | 40.1 | - |
| YUV | 121.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 170 | 0 | 0.52 | 0.03 | 0.31 | 303.91 | 0.37 | 0.51 |
| Hex | B0 | 54 | AA | 0 | 34 | 3 | 1F | 130 | 25 | 33 |
| Octal | 260 | 124 | 252 | 0 | 64 | 3 | 37 | 460 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10101010 | 0 | 110100 | 11 | 11111 | 100110000 | 100101 | 110011 |
Color Harmonies of #B054AA
Complementary color
Monochromatic Colors of #B054AA
Black with #B054AA
Text Example
Text Example
White with #B054AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B054AA; }
p { color: rgb(176,84,170); }
H1.HeaderClassName
{
color: #B054AA;
}
.AnyTagClassName
{
color: #B054AA;
}
</style>
background-color css
<style>
a { background-color: #B054AA; }
a { background-color: rgb(176,84,170); }
div.DivClassName
{
background-color: #B054AA;
}
.BgClassName
{
background-color: #B054AA;
}
</style>
border-color css
<style>
span { border-color: #B054AA; }
span { border-color: rgb(176,84,170); }
td.TdClassName
{
border-color: #B054AA;
}
.TagClassName
{
border-color: #B054AA;
}
</style>