Shades of Violet Blue #B171B2
Tints of Violet Blue #B171B2
RGB
CMYK
RGB Variations
Color information
#B171B2 (or 0xB171B2) is known color: Violet Blue. HEX triplet: B1, 71 and B2. RGB value is (177,113,178). Sum of RGB (Red+Green+Blue) = 177+113+178=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 178 - color contains mainly: blue. Hex color #B171B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B171B2 is #4E8E4D. Grayscale: #8B8B8B. Windows color (decimal): -5148238 or 11694513. OLE color: 11694513.
HSL color Cylindrical-coordinate representation of color #B171B2: hue angle of 299.08º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B171B2 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 113 | 178 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.30 |
| HSL | 299.08º | 0.3% | 0.57% | - |
| HSV(B) | 299.08º | 0.37% | 0.7% | - |
| XYZ | 32.07 | 24.37 | 45.13 | - |
| YUV | 139.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 178 | 0.01 | 0.37 | 0 | 0.30 | 299.08 | 0.3 | 0.57 |
| Hex | B1 | 71 | B2 | 1 | 25 | 0 | 1E | 12B | 1E | 39 |
| Octal | 261 | 161 | 262 | 1 | 45 | 0 | 36 | 453 | 36 | 71 |
| Binary | 10110001 | 1110001 | 10110010 | 1 | 100101 | 0 | 11110 | 100101011 | 11110 | 111001 |
Color Harmonies of #B171B2
Complementary color
Monochromatic Colors of #B171B2
Black with #B171B2
Text Example
Text Example
White with #B171B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B171B2; }
p { color: rgb(177,113,178); }
H1.HeaderClassName
{
color: #B171B2;
}
.AnyTagClassName
{
color: #B171B2;
}
</style>
background-color css
<style>
a { background-color: #B171B2; }
a { background-color: rgb(177,113,178); }
div.DivClassName
{
background-color: #B171B2;
}
.BgClassName
{
background-color: #B171B2;
}
</style>
border-color css
<style>
span { border-color: #B171B2; }
span { border-color: rgb(177,113,178); }
td.TdClassName
{
border-color: #B171B2;
}
.TagClassName
{
border-color: #B171B2;
}
</style>