Shades of Violet Blue #B04BA8
Tints of Violet Blue #B04BA8
RGB
CMYK
RGB Variations
Color information
#B04BA8 (or 0xB04BA8) is known color: Violet Blue. HEX triplet: B0, 4B and A8. RGB value is (176,75,168). Sum of RGB (Red+Green+Blue) = 176+75+168=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B04BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04BA8 is #4FB457. Grayscale: #737373. Windows color (decimal): -5223512 or 11029424. OLE color: 11029424.
HSL color Cylindrical-coordinate representation of color #B04BA8: hue angle of 304.75º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04BA8 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 75 | 168 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.31 |
| HSL | 304.75º | 0.4% | 0.49% | - |
| HSV(B) | 304.75º | 0.57% | 0.69% | - |
| XYZ | 27.49 | 17.09 | 38.9 | - |
| YUV | 115.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 168 | 0 | 0.57 | 0.05 | 0.31 | 304.75 | 0.4 | 0.49 |
| Hex | B0 | 4B | A8 | 0 | 39 | 5 | 1F | 131 | 28 | 31 |
| Octal | 260 | 113 | 250 | 0 | 71 | 5 | 37 | 461 | 50 | 61 |
| Binary | 10110000 | 1001011 | 10101000 | 0 | 111001 | 101 | 11111 | 100110001 | 101000 | 110001 |
Color Harmonies of #B04BA8
Complementary color
Monochromatic Colors of #B04BA8
Black with #B04BA8
Text Example
Text Example
White with #B04BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04BA8; }
p { color: rgb(176,75,168); }
H1.HeaderClassName
{
color: #B04BA8;
}
.AnyTagClassName
{
color: #B04BA8;
}
</style>
background-color css
<style>
a { background-color: #B04BA8; }
a { background-color: rgb(176,75,168); }
div.DivClassName
{
background-color: #B04BA8;
}
.BgClassName
{
background-color: #B04BA8;
}
</style>
border-color css
<style>
span { border-color: #B04BA8; }
span { border-color: rgb(176,75,168); }
td.TdClassName
{
border-color: #B04BA8;
}
.TagClassName
{
border-color: #B04BA8;
}
</style>