Shades of Violet Blue #B172B4
Tints of Violet Blue #B172B4
RGB
CMYK
RGB Variations
Color information
#B172B4 (or 0xB172B4) is known color: Violet Blue. HEX triplet: B1, 72 and B4. RGB value is (177,114,180). Sum of RGB (Red+Green+Blue) = 177+114+180=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #B172B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172B4 is #4E8D4B. Grayscale: #8C8C8C. Windows color (decimal): -5147980 or 11825841. OLE color: 11825841.
HSL color Cylindrical-coordinate representation of color #B172B4: hue angle of 297.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B172B4 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 114 | 180 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.29 |
| HSL | 297.27º | 0.31% | 0.58% | - |
| HSV(B) | 297.27º | 0.37% | 0.71% | - |
| XYZ | 32.39 | 24.68 | 46.24 | - |
| YUV | 140.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 180 | 0.02 | 0.37 | 0 | 0.29 | 297.27 | 0.31 | 0.58 |
| Hex | B1 | 72 | B4 | 2 | 25 | 0 | 1D | 129 | 1F | 3A |
| Octal | 261 | 162 | 264 | 2 | 45 | 0 | 35 | 451 | 37 | 72 |
| Binary | 10110001 | 1110010 | 10110100 | 10 | 100101 | 0 | 11101 | 100101001 | 11111 | 111010 |
Color Harmonies of #B172B4
Complementary color
Monochromatic Colors of #B172B4
Black with #B172B4
Text Example
Text Example
White with #B172B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172B4; }
p { color: rgb(177,114,180); }
H1.HeaderClassName
{
color: #B172B4;
}
.AnyTagClassName
{
color: #B172B4;
}
</style>
background-color css
<style>
a { background-color: #B172B4; }
a { background-color: rgb(177,114,180); }
div.DivClassName
{
background-color: #B172B4;
}
.BgClassName
{
background-color: #B172B4;
}
</style>
border-color css
<style>
span { border-color: #B172B4; }
span { border-color: rgb(177,114,180); }
td.TdClassName
{
border-color: #B172B4;
}
.TagClassName
{
border-color: #B172B4;
}
</style>