Shades of Violet Blue #B172B5
Tints of Violet Blue #B172B5
RGB
CMYK
RGB Variations
Color information
#B172B5 (or 0xB172B5) is known color: Violet Blue. HEX triplet: B1, 72 and B5. RGB value is (177,114,181). Sum of RGB (Red+Green+Blue) = 177+114+181=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 181 - color contains mainly: blue. Hex color #B172B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172B5 is #4E8D4A. Grayscale: #8C8C8C. Windows color (decimal): -5147979 or 11891377. OLE color: 11891377.
HSL color Cylindrical-coordinate representation of color #B172B5: hue angle of 296.42º 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 #B172B5 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 114 | 181 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.29 |
| HSL | 296.42º | 0.31% | 0.58% | - |
| HSV(B) | 296.42º | 0.37% | 0.71% | - |
| XYZ | 32.49 | 24.72 | 46.77 | - |
| YUV | 140.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 181 | 0.02 | 0.37 | 0 | 0.29 | 296.42 | 0.31 | 0.58 |
| Hex | B1 | 72 | B5 | 2 | 25 | 0 | 1D | 128 | 1F | 3A |
| Octal | 261 | 162 | 265 | 2 | 45 | 0 | 35 | 450 | 37 | 72 |
| Binary | 10110001 | 1110010 | 10110101 | 10 | 100101 | 0 | 11101 | 100101000 | 11111 | 111010 |
Color Harmonies of #B172B5
Complementary color
Monochromatic Colors of #B172B5
Black with #B172B5
Text Example
Text Example
White with #B172B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172B5; }
p { color: rgb(177,114,181); }
H1.HeaderClassName
{
color: #B172B5;
}
.AnyTagClassName
{
color: #B172B5;
}
</style>
background-color css
<style>
a { background-color: #B172B5; }
a { background-color: rgb(177,114,181); }
div.DivClassName
{
background-color: #B172B5;
}
.BgClassName
{
background-color: #B172B5;
}
</style>
border-color css
<style>
span { border-color: #B172B5; }
span { border-color: rgb(177,114,181); }
td.TdClassName
{
border-color: #B172B5;
}
.TagClassName
{
border-color: #B172B5;
}
</style>