Shades of Violet Blue #B173AD
Tints of Violet Blue #B173AD
RGB
CMYK
RGB Variations
Color information
#B173AD (or 0xB173AD) is known color: Violet Blue. HEX triplet: B1, 73 and AD. RGB value is (177,115,173). Sum of RGB (Red+Green+Blue) = 177+115+173=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B173AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B173AD is #4E8C52. Grayscale: #8B8B8B. Windows color (decimal): -5147731 or 11367345. OLE color: 11367345.
HSL color Cylindrical-coordinate representation of color #B173AD: hue angle of 303.87º 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 #B173AD is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 173 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.31 |
| HSL | 303.87º | 0.28% | 0.57% | - |
| HSV(B) | 303.87º | 0.35% | 0.69% | - |
| XYZ | 31.81 | 24.63 | 42.61 | - |
| YUV | 140.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 173 | 0 | 0.35 | 0.02 | 0.31 | 303.87 | 0.28 | 0.57 |
| Hex | B1 | 73 | AD | 0 | 23 | 2 | 1F | 130 | 1C | 39 |
| Octal | 261 | 163 | 255 | 0 | 43 | 2 | 37 | 460 | 34 | 71 |
| Binary | 10110001 | 1110011 | 10101101 | 0 | 100011 | 10 | 11111 | 100110000 | 11100 | 111001 |
Color Harmonies of #B173AD
Complementary color
Monochromatic Colors of #B173AD
Black with #B173AD
Text Example
Text Example
White with #B173AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B173AD; }
p { color: rgb(177,115,173); }
H1.HeaderClassName
{
color: #B173AD;
}
.AnyTagClassName
{
color: #B173AD;
}
</style>
background-color css
<style>
a { background-color: #B173AD; }
a { background-color: rgb(177,115,173); }
div.DivClassName
{
background-color: #B173AD;
}
.BgClassName
{
background-color: #B173AD;
}
</style>
border-color css
<style>
span { border-color: #B173AD; }
span { border-color: rgb(177,115,173); }
td.TdClassName
{
border-color: #B173AD;
}
.TagClassName
{
border-color: #B173AD;
}
</style>