Shades of Violet Blue #B04AA3
Tints of Violet Blue #B04AA3
RGB
CMYK
RGB Variations
Color information
#B04AA3 (or 0xB04AA3) is known color: Violet Blue. HEX triplet: B0, 4A and A3. RGB value is (176,74,163). Sum of RGB (Red+Green+Blue) = 176+74+163=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B04AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04AA3 is #4FB55C. Grayscale: #727272. Windows color (decimal): -5223773 or 10701488. OLE color: 10701488.
HSL color Cylindrical-coordinate representation of color #B04AA3: hue angle of 307.65º 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 #B04AA3 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 163 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.31 |
| HSL | 307.65º | 0.41% | 0.49% | - |
| HSV(B) | 307.65º | 0.58% | 0.69% | - |
| XYZ | 26.96 | 16.77 | 36.47 | - |
| YUV | 114.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 163 | 0 | 0.58 | 0.07 | 0.31 | 307.65 | 0.41 | 0.49 |
| Hex | B0 | 4A | A3 | 0 | 3A | 7 | 1F | 134 | 29 | 31 |
| Octal | 260 | 112 | 243 | 0 | 72 | 7 | 37 | 464 | 51 | 61 |
| Binary | 10110000 | 1001010 | 10100011 | 0 | 111010 | 111 | 11111 | 100110100 | 101001 | 110001 |
Color Harmonies of #B04AA3
Complementary color
Monochromatic Colors of #B04AA3
Black with #B04AA3
Text Example
Text Example
White with #B04AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04AA3; }
p { color: rgb(176,74,163); }
H1.HeaderClassName
{
color: #B04AA3;
}
.AnyTagClassName
{
color: #B04AA3;
}
</style>
background-color css
<style>
a { background-color: #B04AA3; }
a { background-color: rgb(176,74,163); }
div.DivClassName
{
background-color: #B04AA3;
}
.BgClassName
{
background-color: #B04AA3;
}
</style>
border-color css
<style>
span { border-color: #B04AA3; }
span { border-color: rgb(176,74,163); }
td.TdClassName
{
border-color: #B04AA3;
}
.TagClassName
{
border-color: #B04AA3;
}
</style>