Shades of Viola #BC8C93
Tints of Viola #BC8C93
RGB
CMYK
RGB Variations
Color information
#BC8C93 (or 0xBC8C93) is known color: Viola. HEX triplet: BC, 8C and 93. RGB value is (188,140,147). Sum of RGB (Red+Green+Blue) = 188+140+147=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C93 is #43736C. Grayscale: #9B9B9B. Windows color (decimal): -4420461 or 9669820. OLE color: 9669820.
HSL color Cylindrical-coordinate representation of color #BC8C93: hue angle of 351.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8C93 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 147 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.26 |
| HSL | 351.25º | 0.26% | 0.64% | - |
| HSV(B) | 351.25º | 0.26% | 0.74% | - |
| XYZ | 35.38 | 31.55 | 31.83 | - |
| YUV | 155.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 147 | 0 | 0.26 | 0.22 | 0.26 | 351.25 | 0.26 | 0.64 |
| Hex | BC | 8C | 93 | 0 | 1A | 16 | 1A | 15F | 1A | 40 |
| Octal | 274 | 214 | 223 | 0 | 32 | 26 | 32 | 537 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10010011 | 0 | 11010 | 10110 | 11010 | 101011111 | 11010 | 1000000 |
Color Harmonies of #BC8C93
Complementary color
Monochromatic Colors of #BC8C93
Black with #BC8C93
Text Example
Text Example
White with #BC8C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C93; }
p { color: rgb(188,140,147); }
H1.HeaderClassName
{
color: #BC8C93;
}
.AnyTagClassName
{
color: #BC8C93;
}
</style>
background-color css
<style>
a { background-color: #BC8C93; }
a { background-color: rgb(188,140,147); }
div.DivClassName
{
background-color: #BC8C93;
}
.BgClassName
{
background-color: #BC8C93;
}
</style>
border-color css
<style>
span { border-color: #BC8C93; }
span { border-color: rgb(188,140,147); }
td.TdClassName
{
border-color: #BC8C93;
}
.TagClassName
{
border-color: #BC8C93;
}
</style>