Shades of Violet Blue #B04BA9
Tints of Violet Blue #B04BA9
RGB
CMYK
RGB Variations
Color information
#B04BA9 (or 0xB04BA9) is known color: Violet Blue. HEX triplet: B0, 4B and A9. RGB value is (176,75,169). Sum of RGB (Red+Green+Blue) = 176+75+169=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B04BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04BA9 is #4FB456. Grayscale: #737373. Windows color (decimal): -5223511 or 11094960. OLE color: 11094960.
HSL color Cylindrical-coordinate representation of color #B04BA9: hue angle of 304.16º 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 #B04BA9 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 75 | 169 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.31 |
| HSL | 304.16º | 0.4% | 0.49% | - |
| HSV(B) | 304.16º | 0.57% | 0.69% | - |
| XYZ | 27.58 | 17.13 | 39.39 | - |
| YUV | 115.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 169 | 0 | 0.57 | 0.04 | 0.31 | 304.16 | 0.4 | 0.49 |
| Hex | B0 | 4B | A9 | 0 | 39 | 4 | 1F | 130 | 28 | 31 |
| Octal | 260 | 113 | 251 | 0 | 71 | 4 | 37 | 460 | 50 | 61 |
| Binary | 10110000 | 1001011 | 10101001 | 0 | 111001 | 100 | 11111 | 100110000 | 101000 | 110001 |
Color Harmonies of #B04BA9
Complementary color
Monochromatic Colors of #B04BA9
Black with #B04BA9
Text Example
Text Example
White with #B04BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04BA9; }
p { color: rgb(176,75,169); }
H1.HeaderClassName
{
color: #B04BA9;
}
.AnyTagClassName
{
color: #B04BA9;
}
</style>
background-color css
<style>
a { background-color: #B04BA9; }
a { background-color: rgb(176,75,169); }
div.DivClassName
{
background-color: #B04BA9;
}
.BgClassName
{
background-color: #B04BA9;
}
</style>
border-color css
<style>
span { border-color: #B04BA9; }
span { border-color: rgb(176,75,169); }
td.TdClassName
{
border-color: #B04BA9;
}
.TagClassName
{
border-color: #B04BA9;
}
</style>