Shades of Viola #BF8798
Tints of Viola #BF8798
RGB
CMYK
RGB Variations
Color information
#BF8798 (or 0xBF8798) is known color: Viola. HEX triplet: BF, 87 and 98. RGB value is (191,135,152). Sum of RGB (Red+Green+Blue) = 191+135+152=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8798 is #407867. Grayscale: #999999. Windows color (decimal): -4225128 or 9996223. OLE color: 9996223.
HSL color Cylindrical-coordinate representation of color #BF8798: hue angle of 341.79º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8798 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 152 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.25 |
| HSL | 341.79º | 0.3% | 0.64% | - |
| HSV(B) | 341.79º | 0.29% | 0.75% | - |
| XYZ | 35.82 | 30.67 | 33.74 | - |
| YUV | 153.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 152 | 0 | 0.29 | 0.20 | 0.25 | 341.79 | 0.3 | 0.64 |
| Hex | BF | 87 | 98 | 0 | 1D | 14 | 19 | 156 | 1E | 40 |
| Octal | 277 | 207 | 230 | 0 | 35 | 24 | 31 | 526 | 36 | 100 |
| Binary | 10111111 | 10000111 | 10011000 | 0 | 11101 | 10100 | 11001 | 101010110 | 11110 | 1000000 |
Color Harmonies of #BF8798
Complementary color
Monochromatic Colors of #BF8798
Black with #BF8798
Text Example
Text Example
White with #BF8798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8798; }
p { color: rgb(191,135,152); }
H1.HeaderClassName
{
color: #BF8798;
}
.AnyTagClassName
{
color: #BF8798;
}
</style>
background-color css
<style>
a { background-color: #BF8798; }
a { background-color: rgb(191,135,152); }
div.DivClassName
{
background-color: #BF8798;
}
.BgClassName
{
background-color: #BF8798;
}
</style>
border-color css
<style>
span { border-color: #BF8798; }
span { border-color: rgb(191,135,152); }
td.TdClassName
{
border-color: #BF8798;
}
.TagClassName
{
border-color: #BF8798;
}
</style>