Shades of Violet Blue #B054AD
Tints of Violet Blue #B054AD
RGB
CMYK
RGB Variations
Color information
#B054AD (or 0xB054AD) is known color: Violet Blue. HEX triplet: B0, 54 and AD. RGB value is (176,84,173). Sum of RGB (Red+Green+Blue) = 176+84+173=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B054AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B054AD is #4FAB52. Grayscale: #797979. Windows color (decimal): -5221203 or 11359408. OLE color: 11359408.
HSL color Cylindrical-coordinate representation of color #B054AD: hue angle of 301.96º 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 #B054AD is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 173 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.31 |
| HSL | 301.96º | 0.37% | 0.51% | - |
| HSV(B) | 301.96º | 0.52% | 0.69% | - |
| XYZ | 28.62 | 18.59 | 41.61 | - |
| YUV | 121.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 173 | 0 | 0.52 | 0.02 | 0.31 | 301.96 | 0.37 | 0.51 |
| Hex | B0 | 54 | AD | 0 | 34 | 2 | 1F | 12E | 25 | 33 |
| Octal | 260 | 124 | 255 | 0 | 64 | 2 | 37 | 456 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10101101 | 0 | 110100 | 10 | 11111 | 100101110 | 100101 | 110011 |
Color Harmonies of #B054AD
Complementary color
Monochromatic Colors of #B054AD
Black with #B054AD
Text Example
Text Example
White with #B054AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B054AD; }
p { color: rgb(176,84,173); }
H1.HeaderClassName
{
color: #B054AD;
}
.AnyTagClassName
{
color: #B054AD;
}
</style>
background-color css
<style>
a { background-color: #B054AD; }
a { background-color: rgb(176,84,173); }
div.DivClassName
{
background-color: #B054AD;
}
.BgClassName
{
background-color: #B054AD;
}
</style>
border-color css
<style>
span { border-color: #B054AD; }
span { border-color: rgb(176,84,173); }
td.TdClassName
{
border-color: #B054AD;
}
.TagClassName
{
border-color: #B054AD;
}
</style>