Shades of Violet Blue #B166A4
Tints of Violet Blue #B166A4
RGB
CMYK
RGB Variations
Color information
#B166A4 (or 0xB166A4) is known color: Violet Blue. HEX triplet: B1, 66 and A4. RGB value is (177,102,164). Sum of RGB (Red+Green+Blue) = 177+102+164=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B166A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B166A4 is #4E995B. Grayscale: #838383. Windows color (decimal): -5151068 or 10774193. OLE color: 10774193.
HSL color Cylindrical-coordinate representation of color #B166A4: hue angle of 310.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B166A4 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 164 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.31 |
| HSL | 310.4º | 0.32% | 0.55% | - |
| HSV(B) | 310.4º | 0.42% | 0.69% | - |
| XYZ | 29.58 | 21.53 | 37.72 | - |
| YUV | 131.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 164 | 0 | 0.42 | 0.07 | 0.31 | 310.4 | 0.32 | 0.55 |
| Hex | B1 | 66 | A4 | 0 | 2A | 7 | 1F | 136 | 20 | 37 |
| Octal | 261 | 146 | 244 | 0 | 52 | 7 | 37 | 466 | 40 | 67 |
| Binary | 10110001 | 1100110 | 10100100 | 0 | 101010 | 111 | 11111 | 100110110 | 100000 | 110111 |
Color Harmonies of #B166A4
Complementary color
Monochromatic Colors of #B166A4
Black with #B166A4
Text Example
Text Example
White with #B166A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166A4; }
p { color: rgb(177,102,164); }
H1.HeaderClassName
{
color: #B166A4;
}
.AnyTagClassName
{
color: #B166A4;
}
</style>
background-color css
<style>
a { background-color: #B166A4; }
a { background-color: rgb(177,102,164); }
div.DivClassName
{
background-color: #B166A4;
}
.BgClassName
{
background-color: #B166A4;
}
</style>
border-color css
<style>
span { border-color: #B166A4; }
span { border-color: rgb(177,102,164); }
td.TdClassName
{
border-color: #B166A4;
}
.TagClassName
{
border-color: #B166A4;
}
</style>