Shades of Violet Blue #B174AD
Tints of Violet Blue #B174AD
RGB
CMYK
RGB Variations
Color information
#B174AD (or 0xB174AD) is known color: Violet Blue. HEX triplet: B1, 74 and AD. RGB value is (177,116,173). Sum of RGB (Red+Green+Blue) = 177+116+173=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B174AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B174AD is #4E8B52. Grayscale: #8C8C8C. Windows color (decimal): -5147475 or 11367601. OLE color: 11367601.
HSL color Cylindrical-coordinate representation of color #B174AD: hue angle of 303.93º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B174AD is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 173 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.31 |
| HSL | 303.93º | 0.28% | 0.57% | - |
| HSV(B) | 303.93º | 0.34% | 0.69% | - |
| XYZ | 31.92 | 24.86 | 42.65 | - |
| YUV | 140.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 173 | 0 | 0.34 | 0.02 | 0.31 | 303.93 | 0.28 | 0.57 |
| Hex | B1 | 74 | AD | 0 | 22 | 2 | 1F | 130 | 1C | 39 |
| Octal | 261 | 164 | 255 | 0 | 42 | 2 | 37 | 460 | 34 | 71 |
| Binary | 10110001 | 1110100 | 10101101 | 0 | 100010 | 10 | 11111 | 100110000 | 11100 | 111001 |
Color Harmonies of #B174AD
Complementary color
Monochromatic Colors of #B174AD
Black with #B174AD
Text Example
Text Example
White with #B174AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B174AD; }
p { color: rgb(177,116,173); }
H1.HeaderClassName
{
color: #B174AD;
}
.AnyTagClassName
{
color: #B174AD;
}
</style>
background-color css
<style>
a { background-color: #B174AD; }
a { background-color: rgb(177,116,173); }
div.DivClassName
{
background-color: #B174AD;
}
.BgClassName
{
background-color: #B174AD;
}
</style>
border-color css
<style>
span { border-color: #B174AD; }
span { border-color: rgb(177,116,173); }
td.TdClassName
{
border-color: #B174AD;
}
.TagClassName
{
border-color: #B174AD;
}
</style>