Shades of Violet Blue #B06EAA
Tints of Violet Blue #B06EAA
RGB
CMYK
RGB Variations
Color information
#B06EAA (or 0xB06EAA) is known color: Violet Blue. HEX triplet: B0, 6E and AA. RGB value is (176,110,170). Sum of RGB (Red+Green+Blue) = 176+110+170=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B06EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06EAA is #4F9155. Grayscale: #888888. Windows color (decimal): -5214550 or 11169456. OLE color: 11169456.
HSL color Cylindrical-coordinate representation of color #B06EAA: hue angle of 305.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06EAA is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 170 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.31 |
| HSL | 305.45º | 0.29% | 0.56% | - |
| HSV(B) | 305.45º | 0.38% | 0.69% | - |
| XYZ | 30.74 | 23.28 | 40.9 | - |
| YUV | 136.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 170 | 0 | 0.37 | 0.03 | 0.31 | 305.45 | 0.29 | 0.56 |
| Hex | B0 | 6E | AA | 0 | 25 | 3 | 1F | 131 | 1D | 38 |
| Octal | 260 | 156 | 252 | 0 | 45 | 3 | 37 | 461 | 35 | 70 |
| Binary | 10110000 | 1101110 | 10101010 | 0 | 100101 | 11 | 11111 | 100110001 | 11101 | 111000 |
Color Harmonies of #B06EAA
Complementary color
Monochromatic Colors of #B06EAA
Black with #B06EAA
Text Example
Text Example
White with #B06EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06EAA; }
p { color: rgb(176,110,170); }
H1.HeaderClassName
{
color: #B06EAA;
}
.AnyTagClassName
{
color: #B06EAA;
}
</style>
background-color css
<style>
a { background-color: #B06EAA; }
a { background-color: rgb(176,110,170); }
div.DivClassName
{
background-color: #B06EAA;
}
.BgClassName
{
background-color: #B06EAA;
}
</style>
border-color css
<style>
span { border-color: #B06EAA; }
span { border-color: rgb(176,110,170); }
td.TdClassName
{
border-color: #B06EAA;
}
.TagClassName
{
border-color: #B06EAA;
}
</style>