Shades of Violet Blue #B171B4
Tints of Violet Blue #B171B4
RGB
CMYK
RGB Variations
Color information
#B171B4 (or 0xB171B4) is known color: Violet Blue. HEX triplet: B1, 71 and B4. RGB value is (177,113,180). Sum of RGB (Red+Green+Blue) = 177+113+180=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #B171B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171B4 is #4E8E4B. Grayscale: #8B8B8B. Windows color (decimal): -5148236 or 11825585. OLE color: 11825585.
HSL color Cylindrical-coordinate representation of color #B171B4: hue angle of 297.31º 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 #B171B4 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 113 | 180 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.29 |
| HSL | 297.31º | 0.31% | 0.57% | - |
| HSV(B) | 297.31º | 0.37% | 0.71% | - |
| XYZ | 32.27 | 24.45 | 46.2 | - |
| YUV | 139.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 180 | 0.02 | 0.37 | 0 | 0.29 | 297.31 | 0.31 | 0.57 |
| Hex | B1 | 71 | B4 | 2 | 25 | 0 | 1D | 129 | 1F | 39 |
| Octal | 261 | 161 | 264 | 2 | 45 | 0 | 35 | 451 | 37 | 71 |
| Binary | 10110001 | 1110001 | 10110100 | 10 | 100101 | 0 | 11101 | 100101001 | 11111 | 111001 |
Color Harmonies of #B171B4
Complementary color
Monochromatic Colors of #B171B4
Black with #B171B4
Text Example
Text Example
White with #B171B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B171B4; }
p { color: rgb(177,113,180); }
H1.HeaderClassName
{
color: #B171B4;
}
.AnyTagClassName
{
color: #B171B4;
}
</style>
background-color css
<style>
a { background-color: #B171B4; }
a { background-color: rgb(177,113,180); }
div.DivClassName
{
background-color: #B171B4;
}
.BgClassName
{
background-color: #B171B4;
}
</style>
border-color css
<style>
span { border-color: #B171B4; }
span { border-color: rgb(177,113,180); }
td.TdClassName
{
border-color: #B171B4;
}
.TagClassName
{
border-color: #B171B4;
}
</style>