Shades of Violet Blue #B166AD
Tints of Violet Blue #B166AD
RGB
CMYK
RGB Variations
Color information
#B166AD (or 0xB166AD) is known color: Violet Blue. HEX triplet: B1, 66 and AD. RGB value is (177,102,173). Sum of RGB (Red+Green+Blue) = 177+102+173=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B166AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B166AD is #4E9952. Grayscale: #848484. Windows color (decimal): -5151059 or 11364017. OLE color: 11364017.
HSL color Cylindrical-coordinate representation of color #B166AD: hue angle of 303.2º 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 #B166AD is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 173 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.31 |
| HSL | 303.2º | 0.32% | 0.55% | - |
| HSV(B) | 303.2º | 0.42% | 0.69% | - |
| XYZ | 30.43 | 21.87 | 42.15 | - |
| YUV | 132.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 173 | 0 | 0.42 | 0.02 | 0.31 | 303.2 | 0.32 | 0.55 |
| Hex | B1 | 66 | AD | 0 | 2A | 2 | 1F | 12F | 20 | 37 |
| Octal | 261 | 146 | 255 | 0 | 52 | 2 | 37 | 457 | 40 | 67 |
| Binary | 10110001 | 1100110 | 10101101 | 0 | 101010 | 10 | 11111 | 100101111 | 100000 | 110111 |
Color Harmonies of #B166AD
Complementary color
Monochromatic Colors of #B166AD
Black with #B166AD
Text Example
Text Example
White with #B166AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166AD; }
p { color: rgb(177,102,173); }
H1.HeaderClassName
{
color: #B166AD;
}
.AnyTagClassName
{
color: #B166AD;
}
</style>
background-color css
<style>
a { background-color: #B166AD; }
a { background-color: rgb(177,102,173); }
div.DivClassName
{
background-color: #B166AD;
}
.BgClassName
{
background-color: #B166AD;
}
</style>
border-color css
<style>
span { border-color: #B166AD; }
span { border-color: rgb(177,102,173); }
td.TdClassName
{
border-color: #B166AD;
}
.TagClassName
{
border-color: #B166AD;
}
</style>