Shades of Violet Blue #B070B4
Tints of Violet Blue #B070B4
RGB
CMYK
RGB Variations
Color information
#B070B4 (or 0xB070B4) is known color: Violet Blue. HEX triplet: B0, 70 and B4. RGB value is (176,112,180). Sum of RGB (Red+Green+Blue) = 176+112+180=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #B070B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070B4 is #4F8F4B. Grayscale: #8A8A8A. Windows color (decimal): -5214028 or 11825328. OLE color: 11825328.
HSL color Cylindrical-coordinate representation of color #B070B4: hue angle of 296.47º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B070B4 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 112 | 180 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.29 |
| HSL | 296.47º | 0.31% | 0.57% | - |
| HSV(B) | 296.47º | 0.38% | 0.71% | - |
| XYZ | 31.94 | 24.11 | 46.15 | - |
| YUV | 138.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 180 | 0.02 | 0.38 | 0 | 0.29 | 296.47 | 0.31 | 0.57 |
| Hex | B0 | 70 | B4 | 2 | 26 | 0 | 1D | 128 | 1F | 39 |
| Octal | 260 | 160 | 264 | 2 | 46 | 0 | 35 | 450 | 37 | 71 |
| Binary | 10110000 | 1110000 | 10110100 | 10 | 100110 | 0 | 11101 | 100101000 | 11111 | 111001 |
Color Harmonies of #B070B4
Complementary color
Monochromatic Colors of #B070B4
Black with #B070B4
Text Example
Text Example
White with #B070B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070B4; }
p { color: rgb(176,112,180); }
H1.HeaderClassName
{
color: #B070B4;
}
.AnyTagClassName
{
color: #B070B4;
}
</style>
background-color css
<style>
a { background-color: #B070B4; }
a { background-color: rgb(176,112,180); }
div.DivClassName
{
background-color: #B070B4;
}
.BgClassName
{
background-color: #B070B4;
}
</style>
border-color css
<style>
span { border-color: #B070B4; }
span { border-color: rgb(176,112,180); }
td.TdClassName
{
border-color: #B070B4;
}
.TagClassName
{
border-color: #B070B4;
}
</style>