Shades of Viola #B1969F
Tints of Viola #B1969F
RGB
CMYK
RGB Variations
Color information
#B1969F (or 0xB1969F) is known color: Viola. HEX triplet: B1, 96 and 9F. RGB value is (177,150,159). Sum of RGB (Red+Green+Blue) = 177+150+159=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B1969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1969F is #4E6960. Grayscale: #9F9F9F. Windows color (decimal): -5138785 or 10458801. OLE color: 10458801.
HSL color Cylindrical-coordinate representation of color #B1969F: hue angle of 340º 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 #B1969F is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 159 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.31 |
| HSL | 340º | 0.15% | 0.64% | - |
| HSV(B) | 340º | 0.15% | 0.69% | - |
| XYZ | 35.3 | 33.66 | 37.44 | - |
| YUV | 159.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 159 | 0 | 0.15 | 0.10 | 0.31 | 340 | 0.15 | 0.64 |
| Hex | B1 | 96 | 9F | 0 | F | A | 1F | 154 | F | 40 |
| Octal | 261 | 226 | 237 | 0 | 17 | 12 | 37 | 524 | 17 | 100 |
| Binary | 10110001 | 10010110 | 10011111 | 0 | 1111 | 1010 | 11111 | 101010100 | 1111 | 1000000 |
Color Harmonies of #B1969F
Complementary color
Monochromatic Colors of #B1969F
Black with #B1969F
Text Example
Text Example
White with #B1969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1969F; }
p { color: rgb(177,150,159); }
H1.HeaderClassName
{
color: #B1969F;
}
.AnyTagClassName
{
color: #B1969F;
}
</style>
background-color css
<style>
a { background-color: #B1969F; }
a { background-color: rgb(177,150,159); }
div.DivClassName
{
background-color: #B1969F;
}
.BgClassName
{
background-color: #B1969F;
}
</style>
border-color css
<style>
span { border-color: #B1969F; }
span { border-color: rgb(177,150,159); }
td.TdClassName
{
border-color: #B1969F;
}
.TagClassName
{
border-color: #B1969F;
}
</style>