Shades of Violet Blue #B043A6
Tints of Violet Blue #B043A6
RGB
CMYK
RGB Variations
Color information
#B043A6 (or 0xB043A6) is known color: Violet Blue. HEX triplet: B0, 43 and A6. RGB value is (176,67,166). Sum of RGB (Red+Green+Blue) = 176+67+166=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B043A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B043A6 is #4FBC59. Grayscale: #6E6E6E. Windows color (decimal): -5225562 or 10896304. OLE color: 10896304.
HSL color Cylindrical-coordinate representation of color #B043A6: hue angle of 305.5º 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 #B043A6 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 166 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.31 |
| HSL | 305.5º | 0.45% | 0.48% | - |
| HSV(B) | 305.5º | 0.62% | 0.69% | - |
| XYZ | 26.79 | 16 | 37.75 | - |
| YUV | 110.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 166 | 0 | 0.62 | 0.06 | 0.31 | 305.5 | 0.45 | 0.48 |
| Hex | B0 | 43 | A6 | 0 | 3E | 6 | 1F | 132 | 2D | 30 |
| Octal | 260 | 103 | 246 | 0 | 76 | 6 | 37 | 462 | 55 | 60 |
| Binary | 10110000 | 1000011 | 10100110 | 0 | 111110 | 110 | 11111 | 100110010 | 101101 | 110000 |
Color Harmonies of #B043A6
Complementary color
Monochromatic Colors of #B043A6
Black with #B043A6
Text Example
Text Example
White with #B043A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043A6; }
p { color: rgb(176,67,166); }
H1.HeaderClassName
{
color: #B043A6;
}
.AnyTagClassName
{
color: #B043A6;
}
</style>
background-color css
<style>
a { background-color: #B043A6; }
a { background-color: rgb(176,67,166); }
div.DivClassName
{
background-color: #B043A6;
}
.BgClassName
{
background-color: #B043A6;
}
</style>
border-color css
<style>
span { border-color: #B043A6; }
span { border-color: rgb(176,67,166); }
td.TdClassName
{
border-color: #B043A6;
}
.TagClassName
{
border-color: #B043A6;
}
</style>