Shades of Viola #BF96A0
Tints of Viola #BF96A0
RGB
CMYK
RGB Variations
Color information
#BF96A0 (or 0xBF96A0) is known color: Viola. HEX triplet: BF, 96 and A0. RGB value is (191,150,160). Sum of RGB (Red+Green+Blue) = 191+150+160=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF96A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF96A0 is #40695F. Grayscale: #A3A3A3. Windows color (decimal): -4221280 or 10524351. OLE color: 10524351.
HSL color Cylindrical-coordinate representation of color #BF96A0: hue angle of 345.37º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF96A0 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 150 | 160 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.25 |
| HSL | 345.37º | 0.24% | 0.67% | - |
| HSV(B) | 345.37º | 0.21% | 0.75% | - |
| XYZ | 38.74 | 35.43 | 38.05 | - |
| YUV | 163.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 160 | 0 | 0.21 | 0.16 | 0.25 | 345.37 | 0.24 | 0.67 |
| Hex | BF | 96 | A0 | 0 | 15 | 10 | 19 | 159 | 18 | 43 |
| Octal | 277 | 226 | 240 | 0 | 25 | 20 | 31 | 531 | 30 | 103 |
| Binary | 10111111 | 10010110 | 10100000 | 0 | 10101 | 10000 | 11001 | 101011001 | 11000 | 1000011 |
Color Harmonies of #BF96A0
Complementary color
Monochromatic Colors of #BF96A0
Black with #BF96A0
Text Example
Text Example
White with #BF96A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF96A0; }
p { color: rgb(191,150,160); }
H1.HeaderClassName
{
color: #BF96A0;
}
.AnyTagClassName
{
color: #BF96A0;
}
</style>
background-color css
<style>
a { background-color: #BF96A0; }
a { background-color: rgb(191,150,160); }
div.DivClassName
{
background-color: #BF96A0;
}
.BgClassName
{
background-color: #BF96A0;
}
</style>
border-color css
<style>
span { border-color: #BF96A0; }
span { border-color: rgb(191,150,160); }
td.TdClassName
{
border-color: #BF96A0;
}
.TagClassName
{
border-color: #BF96A0;
}
</style>