Shades of Viola #B1969C
Tints of Viola #B1969C
RGB
CMYK
RGB Variations
Color information
#B1969C (or 0xB1969C) is known color: Viola. HEX triplet: B1, 96 and 9C. RGB value is (177,150,156). Sum of RGB (Red+Green+Blue) = 177+150+156=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B1969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1969C is #4E6963. Grayscale: #9E9E9E. Windows color (decimal): -5138788 or 10262193. OLE color: 10262193.
HSL color Cylindrical-coordinate representation of color #B1969C: hue angle of 346.67º 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 #B1969C is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 156 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.31 |
| HSL | 346.67º | 0.15% | 0.64% | - |
| HSV(B) | 346.67º | 0.15% | 0.69% | - |
| XYZ | 35.04 | 33.56 | 36.08 | - |
| YUV | 158.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 156 | 0 | 0.15 | 0.12 | 0.31 | 346.67 | 0.15 | 0.64 |
| Hex | B1 | 96 | 9C | 0 | F | C | 1F | 15B | F | 40 |
| Octal | 261 | 226 | 234 | 0 | 17 | 14 | 37 | 533 | 17 | 100 |
| Binary | 10110001 | 10010110 | 10011100 | 0 | 1111 | 1100 | 11111 | 101011011 | 1111 | 1000000 |
Color Harmonies of #B1969C
Complementary color
Monochromatic Colors of #B1969C
Black with #B1969C
Text Example
Text Example
White with #B1969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1969C; }
p { color: rgb(177,150,156); }
H1.HeaderClassName
{
color: #B1969C;
}
.AnyTagClassName
{
color: #B1969C;
}
</style>
background-color css
<style>
a { background-color: #B1969C; }
a { background-color: rgb(177,150,156); }
div.DivClassName
{
background-color: #B1969C;
}
.BgClassName
{
background-color: #B1969C;
}
</style>
border-color css
<style>
span { border-color: #B1969C; }
span { border-color: rgb(177,150,156); }
td.TdClassName
{
border-color: #B1969C;
}
.TagClassName
{
border-color: #B1969C;
}
</style>