Shades of Violet Blue #B04AA4
Tints of Violet Blue #B04AA4
RGB
CMYK
RGB Variations
Color information
#B04AA4 (or 0xB04AA4) is known color: Violet Blue. HEX triplet: B0, 4A and A4. RGB value is (176,74,164). Sum of RGB (Red+Green+Blue) = 176+74+164=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B04AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04AA4 is #4FB55B. Grayscale: #727272. Windows color (decimal): -5223772 or 10767024. OLE color: 10767024.
HSL color Cylindrical-coordinate representation of color #B04AA4: hue angle of 307.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04AA4 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 164 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.31 |
| HSL | 307.06º | 0.41% | 0.49% | - |
| HSV(B) | 307.06º | 0.58% | 0.69% | - |
| XYZ | 27.05 | 16.81 | 36.94 | - |
| YUV | 114.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 164 | 0 | 0.58 | 0.07 | 0.31 | 307.06 | 0.41 | 0.49 |
| Hex | B0 | 4A | A4 | 0 | 3A | 7 | 1F | 133 | 29 | 31 |
| Octal | 260 | 112 | 244 | 0 | 72 | 7 | 37 | 463 | 51 | 61 |
| Binary | 10110000 | 1001010 | 10100100 | 0 | 111010 | 111 | 11111 | 100110011 | 101001 | 110001 |
Color Harmonies of #B04AA4
Complementary color
Monochromatic Colors of #B04AA4
Black with #B04AA4
Text Example
Text Example
White with #B04AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04AA4; }
p { color: rgb(176,74,164); }
H1.HeaderClassName
{
color: #B04AA4;
}
.AnyTagClassName
{
color: #B04AA4;
}
</style>
background-color css
<style>
a { background-color: #B04AA4; }
a { background-color: rgb(176,74,164); }
div.DivClassName
{
background-color: #B04AA4;
}
.BgClassName
{
background-color: #B04AA4;
}
</style>
border-color css
<style>
span { border-color: #B04AA4; }
span { border-color: rgb(176,74,164); }
td.TdClassName
{
border-color: #B04AA4;
}
.TagClassName
{
border-color: #B04AA4;
}
</style>