Shades of Violet Blue #B174B1
Tints of Violet Blue #B174B1
RGB
CMYK
RGB Variations
Color information
#B174B1 (or 0xB174B1) is known color: Violet Blue. HEX triplet: B1, 74 and B1. RGB value is (177,116,177). Sum of RGB (Red+Green+Blue) = 177+116+177=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B174B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B174B1 is #4E8B4E. Grayscale: #8D8D8D. Windows color (decimal): -5147471 or 11629745. OLE color: 11629745.
HSL color Cylindrical-coordinate representation of color #B174B1: hue angle of 300º 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 #B174B1 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 177 | - |
| CMYK | 0 | 0.34 | 0 | 0.31 |
| HSL | 300º | 0.28% | 0.57% | - |
| HSV(B) | 300º | 0.34% | 0.69% | - |
| XYZ | 32.31 | 25.01 | 44.72 | - |
| YUV | 141.19 | 148.21 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 177 | 0 | 0.34 | 0 | 0.31 | 300 | 0.28 | 0.57 |
| Hex | B1 | 74 | B1 | 0 | 22 | 0 | 1F | 12C | 1C | 39 |
| Octal | 261 | 164 | 261 | 0 | 42 | 0 | 37 | 454 | 34 | 71 |
| Binary | 10110001 | 1110100 | 10110001 | 0 | 100010 | 0 | 11111 | 100101100 | 11100 | 111001 |
Color Harmonies of #B174B1
Complementary color
Monochromatic Colors of #B174B1
Black with #B174B1
Text Example
Text Example
White with #B174B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B174B1; }
p { color: rgb(177,116,177); }
H1.HeaderClassName
{
color: #B174B1;
}
.AnyTagClassName
{
color: #B174B1;
}
</style>
background-color css
<style>
a { background-color: #B174B1; }
a { background-color: rgb(177,116,177); }
div.DivClassName
{
background-color: #B174B1;
}
.BgClassName
{
background-color: #B174B1;
}
</style>
border-color css
<style>
span { border-color: #B174B1; }
span { border-color: rgb(177,116,177); }
td.TdClassName
{
border-color: #B174B1;
}
.TagClassName
{
border-color: #B174B1;
}
</style>