Shades of Violet Blue #B060A2
Tints of Violet Blue #B060A2
RGB
CMYK
RGB Variations
Color information
#B060A2 (or 0xB060A2) is known color: Violet Blue. HEX triplet: B0, 60 and A2. RGB value is (176,96,162). Sum of RGB (Red+Green+Blue) = 176+96+162=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B060A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B060A2 is #4F9F5D. Grayscale: #7F7F7F. Windows color (decimal): -5218142 or 10641584. OLE color: 10641584.
HSL color Cylindrical-coordinate representation of color #B060A2: hue angle of 310.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B060A2 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 162 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.31 |
| HSL | 310.5º | 0.34% | 0.53% | - |
| HSV(B) | 310.5º | 0.45% | 0.69% | - |
| XYZ | 28.61 | 20.2 | 36.57 | - |
| YUV | 127.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 162 | 0 | 0.45 | 0.08 | 0.31 | 310.5 | 0.34 | 0.53 |
| Hex | B0 | 60 | A2 | 0 | 2D | 8 | 1F | 136 | 22 | 35 |
| Octal | 260 | 140 | 242 | 0 | 55 | 10 | 37 | 466 | 42 | 65 |
| Binary | 10110000 | 1100000 | 10100010 | 0 | 101101 | 1000 | 11111 | 100110110 | 100010 | 110101 |
Color Harmonies of #B060A2
Complementary color
Monochromatic Colors of #B060A2
Black with #B060A2
Text Example
Text Example
White with #B060A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B060A2; }
p { color: rgb(176,96,162); }
H1.HeaderClassName
{
color: #B060A2;
}
.AnyTagClassName
{
color: #B060A2;
}
</style>
background-color css
<style>
a { background-color: #B060A2; }
a { background-color: rgb(176,96,162); }
div.DivClassName
{
background-color: #B060A2;
}
.BgClassName
{
background-color: #B060A2;
}
</style>
border-color css
<style>
span { border-color: #B060A2; }
span { border-color: rgb(176,96,162); }
td.TdClassName
{
border-color: #B060A2;
}
.TagClassName
{
border-color: #B060A2;
}
</style>