Shades of Viola #BC8F93
Tints of Viola #BC8F93
RGB
CMYK
RGB Variations
Color information
#BC8F93 (or 0xBC8F93) is known color: Viola. HEX triplet: BC, 8F and 93. RGB value is (188,143,147). Sum of RGB (Red+Green+Blue) = 188+143+147=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F93 is #43706C. Grayscale: #9C9C9C. Windows color (decimal): -4419693 or 9670588. OLE color: 9670588.
HSL color Cylindrical-coordinate representation of color #BC8F93: hue angle of 354.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 #BC8F93 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 147 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.26 |
| HSL | 354.67º | 0.25% | 0.65% | - |
| HSV(B) | 354.67º | 0.24% | 0.74% | - |
| XYZ | 35.83 | 32.44 | 31.98 | - |
| YUV | 156.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 147 | 0 | 0.24 | 0.22 | 0.26 | 354.67 | 0.25 | 0.65 |
| Hex | BC | 8F | 93 | 0 | 18 | 16 | 1A | 163 | 19 | 41 |
| Octal | 274 | 217 | 223 | 0 | 30 | 26 | 32 | 543 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10010011 | 0 | 11000 | 10110 | 11010 | 101100011 | 11001 | 1000001 |
Color Harmonies of #BC8F93
Complementary color
Monochromatic Colors of #BC8F93
Black with #BC8F93
Text Example
Text Example
White with #BC8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F93; }
p { color: rgb(188,143,147); }
H1.HeaderClassName
{
color: #BC8F93;
}
.AnyTagClassName
{
color: #BC8F93;
}
</style>
background-color css
<style>
a { background-color: #BC8F93; }
a { background-color: rgb(188,143,147); }
div.DivClassName
{
background-color: #BC8F93;
}
.BgClassName
{
background-color: #BC8F93;
}
</style>
border-color css
<style>
span { border-color: #BC8F93; }
span { border-color: rgb(188,143,147); }
td.TdClassName
{
border-color: #BC8F93;
}
.TagClassName
{
border-color: #BC8F93;
}
</style>