Shades of Viola #BF879A
Tints of Viola #BF879A
RGB
CMYK
RGB Variations
Color information
#BF879A (or 0xBF879A) is known color: Viola. HEX triplet: BF, 87 and 9A. RGB value is (191,135,154). Sum of RGB (Red+Green+Blue) = 191+135+154=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF879A is #407865. Grayscale: #999999. Windows color (decimal): -4225126 or 10127295. OLE color: 10127295.
HSL color Cylindrical-coordinate representation of color #BF879A: hue angle of 339.64º 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 #BF879A is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 154 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.25 |
| HSL | 339.64º | 0.3% | 0.64% | - |
| HSV(B) | 339.64º | 0.29% | 0.75% | - |
| XYZ | 35.98 | 30.74 | 34.61 | - |
| YUV | 153.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 154 | 0 | 0.29 | 0.19 | 0.25 | 339.64 | 0.3 | 0.64 |
| Hex | BF | 87 | 9A | 0 | 1D | 13 | 19 | 154 | 1E | 40 |
| Octal | 277 | 207 | 232 | 0 | 35 | 23 | 31 | 524 | 36 | 100 |
| Binary | 10111111 | 10000111 | 10011010 | 0 | 11101 | 10011 | 11001 | 101010100 | 11110 | 1000000 |
Color Harmonies of #BF879A
Complementary color
Monochromatic Colors of #BF879A
Black with #BF879A
Text Example
Text Example
White with #BF879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF879A; }
p { color: rgb(191,135,154); }
H1.HeaderClassName
{
color: #BF879A;
}
.AnyTagClassName
{
color: #BF879A;
}
</style>
background-color css
<style>
a { background-color: #BF879A; }
a { background-color: rgb(191,135,154); }
div.DivClassName
{
background-color: #BF879A;
}
.BgClassName
{
background-color: #BF879A;
}
</style>
border-color css
<style>
span { border-color: #BF879A; }
span { border-color: rgb(191,135,154); }
td.TdClassName
{
border-color: #BF879A;
}
.TagClassName
{
border-color: #BF879A;
}
</style>