Shades of Violet Blue #B054A3
Tints of Violet Blue #B054A3
RGB
CMYK
RGB Variations
Color information
#B054A3 (or 0xB054A3) is known color: Violet Blue. HEX triplet: B0, 54 and A3. RGB value is (176,84,163). Sum of RGB (Red+Green+Blue) = 176+84+163=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B054A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B054A3 is #4FAB5C. Grayscale: #787878. Windows color (decimal): -5221213 or 10704048. OLE color: 10704048.
HSL color Cylindrical-coordinate representation of color #B054A3: hue angle of 308.48º 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 #B054A3 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 163 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.31 |
| HSL | 308.48º | 0.37% | 0.51% | - |
| HSV(B) | 308.48º | 0.52% | 0.69% | - |
| XYZ | 27.69 | 18.22 | 36.71 | - |
| YUV | 120.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 163 | 0 | 0.52 | 0.07 | 0.31 | 308.48 | 0.37 | 0.51 |
| Hex | B0 | 54 | A3 | 0 | 34 | 7 | 1F | 134 | 25 | 33 |
| Octal | 260 | 124 | 243 | 0 | 64 | 7 | 37 | 464 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10100011 | 0 | 110100 | 111 | 11111 | 100110100 | 100101 | 110011 |
Color Harmonies of #B054A3
Complementary color
Monochromatic Colors of #B054A3
Black with #B054A3
Text Example
Text Example
White with #B054A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B054A3; }
p { color: rgb(176,84,163); }
H1.HeaderClassName
{
color: #B054A3;
}
.AnyTagClassName
{
color: #B054A3;
}
</style>
background-color css
<style>
a { background-color: #B054A3; }
a { background-color: rgb(176,84,163); }
div.DivClassName
{
background-color: #B054A3;
}
.BgClassName
{
background-color: #B054A3;
}
</style>
border-color css
<style>
span { border-color: #B054A3; }
span { border-color: rgb(176,84,163); }
td.TdClassName
{
border-color: #B054A3;
}
.TagClassName
{
border-color: #B054A3;
}
</style>