Shades of Violet Blue #B471AF
Tints of Violet Blue #B471AF
RGB
CMYK
RGB Variations
Color information
#B471AF (or 0xB471AF) is known color: Violet Blue. HEX triplet: B4, 71 and AF. RGB value is (180,113,175). Sum of RGB (Red+Green+Blue) = 180+113+175=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B471AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B471AF is #4B8E50. Grayscale: #8B8B8B. Windows color (decimal): -4951633 or 11497908. OLE color: 11497908.
HSL color Cylindrical-coordinate representation of color #B471AF: hue angle of 304.48º 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 #B471AF is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 175 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.29 |
| HSL | 304.48º | 0.31% | 0.57% | - |
| HSV(B) | 304.48º | 0.37% | 0.71% | - |
| XYZ | 32.47 | 24.61 | 43.6 | - |
| YUV | 140.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 175 | 0 | 0.37 | 0.03 | 0.29 | 304.48 | 0.31 | 0.57 |
| Hex | B4 | 71 | AF | 0 | 25 | 3 | 1D | 130 | 1F | 39 |
| Octal | 264 | 161 | 257 | 0 | 45 | 3 | 35 | 460 | 37 | 71 |
| Binary | 10110100 | 1110001 | 10101111 | 0 | 100101 | 11 | 11101 | 100110000 | 11111 | 111001 |
Color Harmonies of #B471AF
Complementary color
Monochromatic Colors of #B471AF
Black with #B471AF
Text Example
Text Example
White with #B471AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471AF; }
p { color: rgb(180,113,175); }
H1.HeaderClassName
{
color: #B471AF;
}
.AnyTagClassName
{
color: #B471AF;
}
</style>
background-color css
<style>
a { background-color: #B471AF; }
a { background-color: rgb(180,113,175); }
div.DivClassName
{
background-color: #B471AF;
}
.BgClassName
{
background-color: #B471AF;
}
</style>
border-color css
<style>
span { border-color: #B471AF; }
span { border-color: rgb(180,113,175); }
td.TdClassName
{
border-color: #B471AF;
}
.TagClassName
{
border-color: #B471AF;
}
</style>