Shades of Violet Blue #B471B2
Tints of Violet Blue #B471B2
RGB
CMYK
RGB Variations
Color information
#B471B2 (or 0xB471B2) is known color: Violet Blue. HEX triplet: B4, 71 and B2. RGB value is (180,113,178). Sum of RGB (Red+Green+Blue) = 180+113+178=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B471B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B471B2 is #4B8E4D. Grayscale: #8C8C8C. Windows color (decimal): -4951630 or 11694516. OLE color: 11694516.
HSL color Cylindrical-coordinate representation of color #B471B2: hue angle of 301.79º 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 #B471B2 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 178 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.29 |
| HSL | 301.79º | 0.31% | 0.57% | - |
| HSV(B) | 301.79º | 0.37% | 0.71% | - |
| XYZ | 32.76 | 24.73 | 45.17 | - |
| YUV | 140.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 178 | 0 | 0.37 | 0.01 | 0.29 | 301.79 | 0.31 | 0.57 |
| Hex | B4 | 71 | B2 | 0 | 25 | 1 | 1D | 12E | 1F | 39 |
| Octal | 264 | 161 | 262 | 0 | 45 | 1 | 35 | 456 | 37 | 71 |
| Binary | 10110100 | 1110001 | 10110010 | 0 | 100101 | 1 | 11101 | 100101110 | 11111 | 111001 |
Color Harmonies of #B471B2
Complementary color
Monochromatic Colors of #B471B2
Black with #B471B2
Text Example
Text Example
White with #B471B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471B2; }
p { color: rgb(180,113,178); }
H1.HeaderClassName
{
color: #B471B2;
}
.AnyTagClassName
{
color: #B471B2;
}
</style>
background-color css
<style>
a { background-color: #B471B2; }
a { background-color: rgb(180,113,178); }
div.DivClassName
{
background-color: #B471B2;
}
.BgClassName
{
background-color: #B471B2;
}
</style>
border-color css
<style>
span { border-color: #B471B2; }
span { border-color: rgb(180,113,178); }
td.TdClassName
{
border-color: #B471B2;
}
.TagClassName
{
border-color: #B471B2;
}
</style>