Shades of Viola #BF96A5
Tints of Viola #BF96A5
RGB
CMYK
RGB Variations
Color information
#BF96A5 (or 0xBF96A5) is known color: Viola. HEX triplet: BF, 96 and A5. RGB value is (191,150,165). Sum of RGB (Red+Green+Blue) = 191+150+165=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF96A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF96A5 is #40695A. Grayscale: #A3A3A3. Windows color (decimal): -4221275 or 10852031. OLE color: 10852031.
HSL color Cylindrical-coordinate representation of color #BF96A5: hue angle of 338.05º 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 #BF96A5 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 150 | 165 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.25 |
| HSL | 338.05º | 0.24% | 0.67% | - |
| HSV(B) | 338.05º | 0.21% | 0.75% | - |
| XYZ | 39.18 | 35.61 | 40.4 | - |
| YUV | 163.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 165 | 0 | 0.21 | 0.14 | 0.25 | 338.05 | 0.24 | 0.67 |
| Hex | BF | 96 | A5 | 0 | 15 | E | 19 | 152 | 18 | 43 |
| Octal | 277 | 226 | 245 | 0 | 25 | 16 | 31 | 522 | 30 | 103 |
| Binary | 10111111 | 10010110 | 10100101 | 0 | 10101 | 1110 | 11001 | 101010010 | 11000 | 1000011 |
Color Harmonies of #BF96A5
Complementary color
Monochromatic Colors of #BF96A5
Black with #BF96A5
Text Example
Text Example
White with #BF96A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF96A5; }
p { color: rgb(191,150,165); }
H1.HeaderClassName
{
color: #BF96A5;
}
.AnyTagClassName
{
color: #BF96A5;
}
</style>
background-color css
<style>
a { background-color: #BF96A5; }
a { background-color: rgb(191,150,165); }
div.DivClassName
{
background-color: #BF96A5;
}
.BgClassName
{
background-color: #BF96A5;
}
</style>
border-color css
<style>
span { border-color: #BF96A5; }
span { border-color: rgb(191,150,165); }
td.TdClassName
{
border-color: #BF96A5;
}
.TagClassName
{
border-color: #BF96A5;
}
</style>