Shades of Violet Blue #B173A9
Tints of Violet Blue #B173A9
RGB
CMYK
RGB Variations
Color information
#B173A9 (or 0xB173A9) is known color: Violet Blue. HEX triplet: B1, 73 and A9. RGB value is (177,115,169). Sum of RGB (Red+Green+Blue) = 177+115+169=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B173A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B173A9 is #4E8C56. Grayscale: #8B8B8B. Windows color (decimal): -5147735 or 11105201. OLE color: 11105201.
HSL color Cylindrical-coordinate representation of color #B173A9: hue angle of 307.74º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B173A9 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 169 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.31 |
| HSL | 307.74º | 0.28% | 0.57% | - |
| HSV(B) | 307.74º | 0.35% | 0.69% | - |
| XYZ | 31.42 | 24.47 | 40.6 | - |
| YUV | 139.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 169 | 0 | 0.35 | 0.05 | 0.31 | 307.74 | 0.28 | 0.57 |
| Hex | B1 | 73 | A9 | 0 | 23 | 5 | 1F | 134 | 1C | 39 |
| Octal | 261 | 163 | 251 | 0 | 43 | 5 | 37 | 464 | 34 | 71 |
| Binary | 10110001 | 1110011 | 10101001 | 0 | 100011 | 101 | 11111 | 100110100 | 11100 | 111001 |
Color Harmonies of #B173A9
Complementary color
Monochromatic Colors of #B173A9
Black with #B173A9
Text Example
Text Example
White with #B173A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B173A9; }
p { color: rgb(177,115,169); }
H1.HeaderClassName
{
color: #B173A9;
}
.AnyTagClassName
{
color: #B173A9;
}
</style>
background-color css
<style>
a { background-color: #B173A9; }
a { background-color: rgb(177,115,169); }
div.DivClassName
{
background-color: #B173A9;
}
.BgClassName
{
background-color: #B173A9;
}
</style>
border-color css
<style>
span { border-color: #B173A9; }
span { border-color: rgb(177,115,169); }
td.TdClassName
{
border-color: #B173A9;
}
.TagClassName
{
border-color: #B173A9;
}
</style>