Shades of Violet Blue #B04A9A
Tints of Violet Blue #B04A9A
RGB
CMYK
RGB Variations
Color information
#B04A9A (or 0xB04A9A) is known color: Violet Blue. HEX triplet: B0, 4A and 9A. RGB value is (176,74,154). Sum of RGB (Red+Green+Blue) = 176+74+154=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04A9A is #4FB565. Grayscale: #717171. Windows color (decimal): -5223782 or 10111664. OLE color: 10111664.
HSL color Cylindrical-coordinate representation of color #B04A9A: hue angle of 312.94º 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 #B04A9A is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 154 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.31 |
| HSL | 312.94º | 0.41% | 0.49% | - |
| HSV(B) | 312.94º | 0.58% | 0.69% | - |
| XYZ | 26.19 | 16.46 | 32.37 | - |
| YUV | 113.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 154 | 0 | 0.58 | 0.12 | 0.31 | 312.94 | 0.41 | 0.49 |
| Hex | B0 | 4A | 9A | 0 | 3A | C | 1F | 139 | 29 | 31 |
| Octal | 260 | 112 | 232 | 0 | 72 | 14 | 37 | 471 | 51 | 61 |
| Binary | 10110000 | 1001010 | 10011010 | 0 | 111010 | 1100 | 11111 | 100111001 | 101001 | 110001 |
Color Harmonies of #B04A9A
Complementary color
Monochromatic Colors of #B04A9A
Black with #B04A9A
Text Example
Text Example
White with #B04A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A9A; }
p { color: rgb(176,74,154); }
H1.HeaderClassName
{
color: #B04A9A;
}
.AnyTagClassName
{
color: #B04A9A;
}
</style>
background-color css
<style>
a { background-color: #B04A9A; }
a { background-color: rgb(176,74,154); }
div.DivClassName
{
background-color: #B04A9A;
}
.BgClassName
{
background-color: #B04A9A;
}
</style>
border-color css
<style>
span { border-color: #B04A9A; }
span { border-color: rgb(176,74,154); }
td.TdClassName
{
border-color: #B04A9A;
}
.TagClassName
{
border-color: #B04A9A;
}
</style>