Shades of Viola #BC8F95
Tints of Viola #BC8F95
RGB
CMYK
RGB Variations
Color information
#BC8F95 (or 0xBC8F95) is known color: Viola. HEX triplet: BC, 8F and 95. RGB value is (188,143,149). Sum of RGB (Red+Green+Blue) = 188+143+149=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F95 is #43706A. Grayscale: #9D9D9D. Windows color (decimal): -4419691 or 9801660. OLE color: 9801660.
HSL color Cylindrical-coordinate representation of color #BC8F95: hue angle of 352º 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 #BC8F95 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 149 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.26 |
| HSL | 352º | 0.25% | 0.65% | - |
| HSV(B) | 352º | 0.24% | 0.74% | - |
| XYZ | 35.99 | 32.51 | 32.81 | - |
| YUV | 157.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 149 | 0 | 0.24 | 0.21 | 0.26 | 352 | 0.25 | 0.65 |
| Hex | BC | 8F | 95 | 0 | 18 | 15 | 1A | 160 | 19 | 41 |
| Octal | 274 | 217 | 225 | 0 | 30 | 25 | 32 | 540 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10010101 | 0 | 11000 | 10101 | 11010 | 101100000 | 11001 | 1000001 |
Color Harmonies of #BC8F95
Complementary color
Monochromatic Colors of #BC8F95
Black with #BC8F95
Text Example
Text Example
White with #BC8F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F95; }
p { color: rgb(188,143,149); }
H1.HeaderClassName
{
color: #BC8F95;
}
.AnyTagClassName
{
color: #BC8F95;
}
</style>
background-color css
<style>
a { background-color: #BC8F95; }
a { background-color: rgb(188,143,149); }
div.DivClassName
{
background-color: #BC8F95;
}
.BgClassName
{
background-color: #BC8F95;
}
</style>
border-color css
<style>
span { border-color: #BC8F95; }
span { border-color: rgb(188,143,149); }
td.TdClassName
{
border-color: #BC8F95;
}
.TagClassName
{
border-color: #BC8F95;
}
</style>