Shades of Violet Blue #B471AB
Tints of Violet Blue #B471AB
RGB
CMYK
RGB Variations
Color information
#B471AB (or 0xB471AB) is known color: Violet Blue. HEX triplet: B4, 71 and AB. RGB value is (180,113,171). Sum of RGB (Red+Green+Blue) = 180+113+171=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B471AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B471AB is #4B8E54. Grayscale: #8B8B8B. Windows color (decimal): -4951637 or 11235764. OLE color: 11235764.
HSL color Cylindrical-coordinate representation of color #B471AB: hue angle of 308.06º 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 #B471AB is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 171 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.29 |
| HSL | 308.06º | 0.31% | 0.57% | - |
| HSV(B) | 308.06º | 0.37% | 0.71% | - |
| XYZ | 32.08 | 24.45 | 41.56 | - |
| YUV | 139.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 171 | 0 | 0.37 | 0.05 | 0.29 | 308.06 | 0.31 | 0.57 |
| Hex | B4 | 71 | AB | 0 | 25 | 5 | 1D | 134 | 1F | 39 |
| Octal | 264 | 161 | 253 | 0 | 45 | 5 | 35 | 464 | 37 | 71 |
| Binary | 10110100 | 1110001 | 10101011 | 0 | 100101 | 101 | 11101 | 100110100 | 11111 | 111001 |
Color Harmonies of #B471AB
Complementary color
Monochromatic Colors of #B471AB
Black with #B471AB
Text Example
Text Example
White with #B471AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471AB; }
p { color: rgb(180,113,171); }
H1.HeaderClassName
{
color: #B471AB;
}
.AnyTagClassName
{
color: #B471AB;
}
</style>
background-color css
<style>
a { background-color: #B471AB; }
a { background-color: rgb(180,113,171); }
div.DivClassName
{
background-color: #B471AB;
}
.BgClassName
{
background-color: #B471AB;
}
</style>
border-color css
<style>
span { border-color: #B471AB; }
span { border-color: rgb(180,113,171); }
td.TdClassName
{
border-color: #B471AB;
}
.TagClassName
{
border-color: #B471AB;
}
</style>