Shades of Violet Blue #B471AA
Tints of Violet Blue #B471AA
RGB
CMYK
RGB Variations
Color information
#B471AA (or 0xB471AA) is known color: Violet Blue. HEX triplet: B4, 71 and AA. RGB value is (180,113,170). Sum of RGB (Red+Green+Blue) = 180+113+170=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B471AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B471AA is #4B8E55. Grayscale: #8B8B8B. Windows color (decimal): -4951638 or 11170228. OLE color: 11170228.
HSL color Cylindrical-coordinate representation of color #B471AA: hue angle of 308.96º 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 #B471AA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 170 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.29 |
| HSL | 308.96º | 0.31% | 0.57% | - |
| HSV(B) | 308.96º | 0.37% | 0.71% | - |
| XYZ | 31.98 | 24.42 | 41.06 | - |
| YUV | 139.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 170 | 0 | 0.37 | 0.06 | 0.29 | 308.96 | 0.31 | 0.57 |
| Hex | B4 | 71 | AA | 0 | 25 | 6 | 1D | 135 | 1F | 39 |
| Octal | 264 | 161 | 252 | 0 | 45 | 6 | 35 | 465 | 37 | 71 |
| Binary | 10110100 | 1110001 | 10101010 | 0 | 100101 | 110 | 11101 | 100110101 | 11111 | 111001 |
Color Harmonies of #B471AA
Complementary color
Monochromatic Colors of #B471AA
Black with #B471AA
Text Example
Text Example
White with #B471AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471AA; }
p { color: rgb(180,113,170); }
H1.HeaderClassName
{
color: #B471AA;
}
.AnyTagClassName
{
color: #B471AA;
}
</style>
background-color css
<style>
a { background-color: #B471AA; }
a { background-color: rgb(180,113,170); }
div.DivClassName
{
background-color: #B471AA;
}
.BgClassName
{
background-color: #B471AA;
}
</style>
border-color css
<style>
span { border-color: #B471AA; }
span { border-color: rgb(180,113,170); }
td.TdClassName
{
border-color: #B471AA;
}
.TagClassName
{
border-color: #B471AA;
}
</style>