Shades of Violet Blue #B043A2
Tints of Violet Blue #B043A2
RGB
CMYK
RGB Variations
Color information
#B043A2 (or 0xB043A2) is known color: Violet Blue. HEX triplet: B0, 43 and A2. RGB value is (176,67,162). Sum of RGB (Red+Green+Blue) = 176+67+162=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B043A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B043A2 is #4FBC5D. Grayscale: #6E6E6E. Windows color (decimal): -5225566 or 10634160. OLE color: 10634160.
HSL color Cylindrical-coordinate representation of color #B043A2: hue angle of 307.71º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B043A2 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 162 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.31 |
| HSL | 307.71º | 0.45% | 0.48% | - |
| HSV(B) | 307.71º | 0.62% | 0.69% | - |
| XYZ | 26.43 | 15.85 | 35.85 | - |
| YUV | 110.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 162 | 0 | 0.62 | 0.08 | 0.31 | 307.71 | 0.45 | 0.48 |
| Hex | B0 | 43 | A2 | 0 | 3E | 8 | 1F | 134 | 2D | 30 |
| Octal | 260 | 103 | 242 | 0 | 76 | 10 | 37 | 464 | 55 | 60 |
| Binary | 10110000 | 1000011 | 10100010 | 0 | 111110 | 1000 | 11111 | 100110100 | 101101 | 110000 |
Color Harmonies of #B043A2
Complementary color
Monochromatic Colors of #B043A2
Black with #B043A2
Text Example
Text Example
White with #B043A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043A2; }
p { color: rgb(176,67,162); }
H1.HeaderClassName
{
color: #B043A2;
}
.AnyTagClassName
{
color: #B043A2;
}
</style>
background-color css
<style>
a { background-color: #B043A2; }
a { background-color: rgb(176,67,162); }
div.DivClassName
{
background-color: #B043A2;
}
.BgClassName
{
background-color: #B043A2;
}
</style>
border-color css
<style>
span { border-color: #B043A2; }
span { border-color: rgb(176,67,162); }
td.TdClassName
{
border-color: #B043A2;
}
.TagClassName
{
border-color: #B043A2;
}
</style>