Shades of Viola #B1969A
Tints of Viola #B1969A
RGB
CMYK
RGB Variations
Color information
#B1969A (or 0xB1969A) is known color: Viola. HEX triplet: B1, 96 and 9A. RGB value is (177,150,154). Sum of RGB (Red+Green+Blue) = 177+150+154=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B1969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1969A is #4E6965. Grayscale: #9E9E9E. Windows color (decimal): -5138790 or 10131121. OLE color: 10131121.
HSL color Cylindrical-coordinate representation of color #B1969A: hue angle of 351.11º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1969A is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 154 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.31 |
| HSL | 351.11º | 0.15% | 0.64% | - |
| HSV(B) | 351.11º | 0.15% | 0.69% | - |
| XYZ | 34.87 | 33.49 | 35.2 | - |
| YUV | 158.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 154 | 0 | 0.15 | 0.13 | 0.31 | 351.11 | 0.15 | 0.64 |
| Hex | B1 | 96 | 9A | 0 | F | D | 1F | 15F | F | 40 |
| Octal | 261 | 226 | 232 | 0 | 17 | 15 | 37 | 537 | 17 | 100 |
| Binary | 10110001 | 10010110 | 10011010 | 0 | 1111 | 1101 | 11111 | 101011111 | 1111 | 1000000 |
Color Harmonies of #B1969A
Complementary color
Monochromatic Colors of #B1969A
Black with #B1969A
Text Example
Text Example
White with #B1969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1969A; }
p { color: rgb(177,150,154); }
H1.HeaderClassName
{
color: #B1969A;
}
.AnyTagClassName
{
color: #B1969A;
}
</style>
background-color css
<style>
a { background-color: #B1969A; }
a { background-color: rgb(177,150,154); }
div.DivClassName
{
background-color: #B1969A;
}
.BgClassName
{
background-color: #B1969A;
}
</style>
border-color css
<style>
span { border-color: #B1969A; }
span { border-color: rgb(177,150,154); }
td.TdClassName
{
border-color: #B1969A;
}
.TagClassName
{
border-color: #B1969A;
}
</style>