Shades of Violet Blue #B172AA
Tints of Violet Blue #B172AA
RGB
CMYK
RGB Variations
Color information
#B172AA (or 0xB172AA) is known color: Violet Blue. HEX triplet: B1, 72 and AA. RGB value is (177,114,170). Sum of RGB (Red+Green+Blue) = 177+114+170=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B172AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B172AA is #4E8D55. Grayscale: #8B8B8B. Windows color (decimal): -5147990 or 11170481. OLE color: 11170481.
HSL color Cylindrical-coordinate representation of color #B172AA: hue angle of 306.67º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B172AA is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 170 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.31 |
| HSL | 306.67º | 0.29% | 0.57% | - |
| HSV(B) | 306.67º | 0.36% | 0.69% | - |
| XYZ | 31.4 | 24.28 | 41.06 | - |
| YUV | 139.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 170 | 0 | 0.36 | 0.04 | 0.31 | 306.67 | 0.29 | 0.57 |
| Hex | B1 | 72 | AA | 0 | 24 | 4 | 1F | 133 | 1D | 39 |
| Octal | 261 | 162 | 252 | 0 | 44 | 4 | 37 | 463 | 35 | 71 |
| Binary | 10110001 | 1110010 | 10101010 | 0 | 100100 | 100 | 11111 | 100110011 | 11101 | 111001 |
Color Harmonies of #B172AA
Complementary color
Monochromatic Colors of #B172AA
Black with #B172AA
Text Example
Text Example
White with #B172AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172AA; }
p { color: rgb(177,114,170); }
H1.HeaderClassName
{
color: #B172AA;
}
.AnyTagClassName
{
color: #B172AA;
}
</style>
background-color css
<style>
a { background-color: #B172AA; }
a { background-color: rgb(177,114,170); }
div.DivClassName
{
background-color: #B172AA;
}
.BgClassName
{
background-color: #B172AA;
}
</style>
border-color css
<style>
span { border-color: #B172AA; }
span { border-color: rgb(177,114,170); }
td.TdClassName
{
border-color: #B172AA;
}
.TagClassName
{
border-color: #B172AA;
}
</style>