Shades of Viola #BC8F9F
Tints of Viola #BC8F9F
RGB
CMYK
RGB Variations
Color information
#BC8F9F (or 0xBC8F9F) is known color: Viola. HEX triplet: BC, 8F and 9F. RGB value is (188,143,159). Sum of RGB (Red+Green+Blue) = 188+143+159=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F9F is #437060. Grayscale: #9E9E9E. Windows color (decimal): -4419681 or 10457020. OLE color: 10457020.
HSL color Cylindrical-coordinate representation of color #BC8F9F: hue angle of 338.67º 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 #BC8F9F is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 159 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.26 |
| HSL | 338.67º | 0.25% | 0.65% | - |
| HSV(B) | 338.67º | 0.24% | 0.74% | - |
| XYZ | 36.82 | 32.84 | 37.2 | - |
| YUV | 158.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 159 | 0 | 0.24 | 0.15 | 0.26 | 338.67 | 0.25 | 0.65 |
| Hex | BC | 8F | 9F | 0 | 18 | F | 1A | 153 | 19 | 41 |
| Octal | 274 | 217 | 237 | 0 | 30 | 17 | 32 | 523 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10011111 | 0 | 11000 | 1111 | 11010 | 101010011 | 11001 | 1000001 |
Color Harmonies of #BC8F9F
Complementary color
Monochromatic Colors of #BC8F9F
Black with #BC8F9F
Text Example
Text Example
White with #BC8F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F9F; }
p { color: rgb(188,143,159); }
H1.HeaderClassName
{
color: #BC8F9F;
}
.AnyTagClassName
{
color: #BC8F9F;
}
</style>
background-color css
<style>
a { background-color: #BC8F9F; }
a { background-color: rgb(188,143,159); }
div.DivClassName
{
background-color: #BC8F9F;
}
.BgClassName
{
background-color: #BC8F9F;
}
</style>
border-color css
<style>
span { border-color: #BC8F9F; }
span { border-color: rgb(188,143,159); }
td.TdClassName
{
border-color: #BC8F9F;
}
.TagClassName
{
border-color: #BC8F9F;
}
</style>