Shades of Viola #BC8F97
Tints of Viola #BC8F97
RGB
CMYK
RGB Variations
Color information
#BC8F97 (or 0xBC8F97) is known color: Viola. HEX triplet: BC, 8F and 97. RGB value is (188,143,151). Sum of RGB (Red+Green+Blue) = 188+143+151=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F97 is #437068. Grayscale: #9D9D9D. Windows color (decimal): -4419689 or 9932732. OLE color: 9932732.
HSL color Cylindrical-coordinate representation of color #BC8F97: hue angle of 349.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8F97 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 151 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.26 |
| HSL | 349.33º | 0.25% | 0.65% | - |
| HSV(B) | 349.33º | 0.24% | 0.74% | - |
| XYZ | 36.15 | 32.57 | 33.66 | - |
| YUV | 157.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 151 | 0 | 0.24 | 0.20 | 0.26 | 349.33 | 0.25 | 0.65 |
| Hex | BC | 8F | 97 | 0 | 18 | 14 | 1A | 15D | 19 | 41 |
| Octal | 274 | 217 | 227 | 0 | 30 | 24 | 32 | 535 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10010111 | 0 | 11000 | 10100 | 11010 | 101011101 | 11001 | 1000001 |
Color Harmonies of #BC8F97
Complementary color
Monochromatic Colors of #BC8F97
Black with #BC8F97
Text Example
Text Example
White with #BC8F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F97; }
p { color: rgb(188,143,151); }
H1.HeaderClassName
{
color: #BC8F97;
}
.AnyTagClassName
{
color: #BC8F97;
}
</style>
background-color css
<style>
a { background-color: #BC8F97; }
a { background-color: rgb(188,143,151); }
div.DivClassName
{
background-color: #BC8F97;
}
.BgClassName
{
background-color: #BC8F97;
}
</style>
border-color css
<style>
span { border-color: #BC8F97; }
span { border-color: rgb(188,143,151); }
td.TdClassName
{
border-color: #BC8F97;
}
.TagClassName
{
border-color: #BC8F97;
}
</style>