Shades of Viola #BF88A0
Tints of Viola #BF88A0
RGB
CMYK
RGB Variations
Color information
#BF88A0 (or 0xBF88A0) is known color: Viola. HEX triplet: BF, 88 and A0. RGB value is (191,136,160). Sum of RGB (Red+Green+Blue) = 191+136+160=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF88A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF88A0 is #40775F. Grayscale: #9B9B9B. Windows color (decimal): -4224864 or 10520767. OLE color: 10520767.
HSL color Cylindrical-coordinate representation of color #BF88A0: hue angle of 333.82º 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 #BF88A0 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 160 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.25 |
| HSL | 333.82º | 0.3% | 0.64% | - |
| HSV(B) | 333.82º | 0.29% | 0.75% | - |
| XYZ | 36.64 | 31.22 | 37.35 | - |
| YUV | 155.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 160 | 0 | 0.29 | 0.16 | 0.25 | 333.82 | 0.3 | 0.64 |
| Hex | BF | 88 | A0 | 0 | 1D | 10 | 19 | 14E | 1E | 40 |
| Octal | 277 | 210 | 240 | 0 | 35 | 20 | 31 | 516 | 36 | 100 |
| Binary | 10111111 | 10001000 | 10100000 | 0 | 11101 | 10000 | 11001 | 101001110 | 11110 | 1000000 |
Color Harmonies of #BF88A0
Complementary color
Monochromatic Colors of #BF88A0
Black with #BF88A0
Text Example
Text Example
White with #BF88A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF88A0; }
p { color: rgb(191,136,160); }
H1.HeaderClassName
{
color: #BF88A0;
}
.AnyTagClassName
{
color: #BF88A0;
}
</style>
background-color css
<style>
a { background-color: #BF88A0; }
a { background-color: rgb(191,136,160); }
div.DivClassName
{
background-color: #BF88A0;
}
.BgClassName
{
background-color: #BF88A0;
}
</style>
border-color css
<style>
span { border-color: #BF88A0; }
span { border-color: rgb(191,136,160); }
td.TdClassName
{
border-color: #BF88A0;
}
.TagClassName
{
border-color: #BF88A0;
}
</style>