Shades of Violet Blue #B044A3
Tints of Violet Blue #B044A3
RGB
CMYK
RGB Variations
Color information
#B044A3 (or 0xB044A3) is known color: Violet Blue. HEX triplet: B0, 44 and A3. RGB value is (176,68,163). Sum of RGB (Red+Green+Blue) = 176+68+163=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B044A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B044A3 is #4FBB5C. Grayscale: #6E6E6E. Windows color (decimal): -5225309 or 10699952. OLE color: 10699952.
HSL color Cylindrical-coordinate representation of color #B044A3: hue angle of 307.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B044A3 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 163 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.31 |
| HSL | 307.22º | 0.44% | 0.48% | - |
| HSV(B) | 307.22º | 0.61% | 0.69% | - |
| XYZ | 26.58 | 16.01 | 36.34 | - |
| YUV | 111.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 163 | 0 | 0.61 | 0.07 | 0.31 | 307.22 | 0.44 | 0.48 |
| Hex | B0 | 44 | A3 | 0 | 3D | 7 | 1F | 133 | 2C | 30 |
| Octal | 260 | 104 | 243 | 0 | 75 | 7 | 37 | 463 | 54 | 60 |
| Binary | 10110000 | 1000100 | 10100011 | 0 | 111101 | 111 | 11111 | 100110011 | 101100 | 110000 |
Color Harmonies of #B044A3
Complementary color
Monochromatic Colors of #B044A3
Black with #B044A3
Text Example
Text Example
White with #B044A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044A3; }
p { color: rgb(176,68,163); }
H1.HeaderClassName
{
color: #B044A3;
}
.AnyTagClassName
{
color: #B044A3;
}
</style>
background-color css
<style>
a { background-color: #B044A3; }
a { background-color: rgb(176,68,163); }
div.DivClassName
{
background-color: #B044A3;
}
.BgClassName
{
background-color: #B044A3;
}
</style>
border-color css
<style>
span { border-color: #B044A3; }
span { border-color: rgb(176,68,163); }
td.TdClassName
{
border-color: #B044A3;
}
.TagClassName
{
border-color: #B044A3;
}
</style>