Shades of Violet Blue #B070B2
Tints of Violet Blue #B070B2
RGB
CMYK
RGB Variations
Color information
#B070B2 (or 0xB070B2) is known color: Violet Blue. HEX triplet: B0, 70 and B2. RGB value is (176,112,178). Sum of RGB (Red+Green+Blue) = 176+112+178=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 178 - color contains mainly: blue. Hex color #B070B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B070B2 is #4F8F4D. Grayscale: #8A8A8A. Windows color (decimal): -5214030 or 11694256. OLE color: 11694256.
HSL color Cylindrical-coordinate representation of color #B070B2: hue angle of 298.18º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B070B2 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 112 | 178 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.30 |
| HSL | 298.18º | 0.3% | 0.57% | - |
| HSV(B) | 298.18º | 0.37% | 0.7% | - |
| XYZ | 31.73 | 24.03 | 45.09 | - |
| YUV | 138.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 178 | 0.01 | 0.37 | 0 | 0.30 | 298.18 | 0.3 | 0.57 |
| Hex | B0 | 70 | B2 | 1 | 25 | 0 | 1E | 12A | 1E | 39 |
| Octal | 260 | 160 | 262 | 1 | 45 | 0 | 36 | 452 | 36 | 71 |
| Binary | 10110000 | 1110000 | 10110010 | 1 | 100101 | 0 | 11110 | 100101010 | 11110 | 111001 |
Color Harmonies of #B070B2
Complementary color
Monochromatic Colors of #B070B2
Black with #B070B2
Text Example
Text Example
White with #B070B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070B2; }
p { color: rgb(176,112,178); }
H1.HeaderClassName
{
color: #B070B2;
}
.AnyTagClassName
{
color: #B070B2;
}
</style>
background-color css
<style>
a { background-color: #B070B2; }
a { background-color: rgb(176,112,178); }
div.DivClassName
{
background-color: #B070B2;
}
.BgClassName
{
background-color: #B070B2;
}
</style>
border-color css
<style>
span { border-color: #B070B2; }
span { border-color: rgb(176,112,178); }
td.TdClassName
{
border-color: #B070B2;
}
.TagClassName
{
border-color: #B070B2;
}
</style>