Shades of Violet Blue #B172AD
Tints of Violet Blue #B172AD
RGB
CMYK
RGB Variations
Color information
#B172AD (or 0xB172AD) is known color: Violet Blue. HEX triplet: B1, 72 and AD. RGB value is (177,114,173). Sum of RGB (Red+Green+Blue) = 177+114+173=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B172AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B172AD is #4E8D52. Grayscale: #8B8B8B. Windows color (decimal): -5147987 or 11367089. OLE color: 11367089.
HSL color Cylindrical-coordinate representation of color #B172AD: hue angle of 303.81º 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 #B172AD is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 173 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.31 |
| HSL | 303.81º | 0.29% | 0.57% | - |
| HSV(B) | 303.81º | 0.36% | 0.69% | - |
| XYZ | 31.69 | 24.4 | 42.57 | - |
| YUV | 139.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 173 | 0 | 0.36 | 0.02 | 0.31 | 303.81 | 0.29 | 0.57 |
| Hex | B1 | 72 | AD | 0 | 24 | 2 | 1F | 130 | 1D | 39 |
| Octal | 261 | 162 | 255 | 0 | 44 | 2 | 37 | 460 | 35 | 71 |
| Binary | 10110001 | 1110010 | 10101101 | 0 | 100100 | 10 | 11111 | 100110000 | 11101 | 111001 |
Color Harmonies of #B172AD
Complementary color
Monochromatic Colors of #B172AD
Black with #B172AD
Text Example
Text Example
White with #B172AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172AD; }
p { color: rgb(177,114,173); }
H1.HeaderClassName
{
color: #B172AD;
}
.AnyTagClassName
{
color: #B172AD;
}
</style>
background-color css
<style>
a { background-color: #B172AD; }
a { background-color: rgb(177,114,173); }
div.DivClassName
{
background-color: #B172AD;
}
.BgClassName
{
background-color: #B172AD;
}
</style>
border-color css
<style>
span { border-color: #B172AD; }
span { border-color: rgb(177,114,173); }
td.TdClassName
{
border-color: #B172AD;
}
.TagClassName
{
border-color: #B172AD;
}
</style>