Shades of Violet Blue #B071B4
Tints of Violet Blue #B071B4
RGB
CMYK
RGB Variations
Color information
#B071B4 (or 0xB071B4) is known color: Violet Blue. HEX triplet: B0, 71 and B4. RGB value is (176,113,180). Sum of RGB (Red+Green+Blue) = 176+113+180=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #B071B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071B4 is #4F8E4B. Grayscale: #8B8B8B. Windows color (decimal): -5213772 or 11825584. OLE color: 11825584.
HSL color Cylindrical-coordinate representation of color #B071B4: hue angle of 296.42º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B071B4 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 113 | 180 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.29 |
| HSL | 296.42º | 0.31% | 0.57% | - |
| HSV(B) | 296.42º | 0.37% | 0.71% | - |
| XYZ | 32.05 | 24.34 | 46.19 | - |
| YUV | 139.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 180 | 0.02 | 0.37 | 0 | 0.29 | 296.42 | 0.31 | 0.57 |
| Hex | B0 | 71 | B4 | 2 | 25 | 0 | 1D | 128 | 1F | 39 |
| Octal | 260 | 161 | 264 | 2 | 45 | 0 | 35 | 450 | 37 | 71 |
| Binary | 10110000 | 1110001 | 10110100 | 10 | 100101 | 0 | 11101 | 100101000 | 11111 | 111001 |
Color Harmonies of #B071B4
Complementary color
Monochromatic Colors of #B071B4
Black with #B071B4
Text Example
Text Example
White with #B071B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B071B4; }
p { color: rgb(176,113,180); }
H1.HeaderClassName
{
color: #B071B4;
}
.AnyTagClassName
{
color: #B071B4;
}
</style>
background-color css
<style>
a { background-color: #B071B4; }
a { background-color: rgb(176,113,180); }
div.DivClassName
{
background-color: #B071B4;
}
.BgClassName
{
background-color: #B071B4;
}
</style>
border-color css
<style>
span { border-color: #B071B4; }
span { border-color: rgb(176,113,180); }
td.TdClassName
{
border-color: #B071B4;
}
.TagClassName
{
border-color: #B071B4;
}
</style>