Shades of Viola #BC8C9A
Tints of Viola #BC8C9A
RGB
CMYK
RGB Variations
Color information
#BC8C9A (or 0xBC8C9A) is known color: Viola. HEX triplet: BC, 8C and 9A. RGB value is (188,140,154). Sum of RGB (Red+Green+Blue) = 188+140+154=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C9A is #437365. Grayscale: #9B9B9B. Windows color (decimal): -4420454 or 10128572. OLE color: 10128572.
HSL color Cylindrical-coordinate representation of color #BC8C9A: hue angle of 342.5º 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 #BC8C9A is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 154 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.26 |
| HSL | 342.5º | 0.26% | 0.64% | - |
| HSV(B) | 342.5º | 0.26% | 0.74% | - |
| XYZ | 35.95 | 31.78 | 34.81 | - |
| YUV | 155.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 154 | 0 | 0.26 | 0.18 | 0.26 | 342.5 | 0.26 | 0.64 |
| Hex | BC | 8C | 9A | 0 | 1A | 12 | 1A | 156 | 1A | 40 |
| Octal | 274 | 214 | 232 | 0 | 32 | 22 | 32 | 526 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10011010 | 0 | 11010 | 10010 | 11010 | 101010110 | 11010 | 1000000 |
Color Harmonies of #BC8C9A
Complementary color
Monochromatic Colors of #BC8C9A
Black with #BC8C9A
Text Example
Text Example
White with #BC8C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C9A; }
p { color: rgb(188,140,154); }
H1.HeaderClassName
{
color: #BC8C9A;
}
.AnyTagClassName
{
color: #BC8C9A;
}
</style>
background-color css
<style>
a { background-color: #BC8C9A; }
a { background-color: rgb(188,140,154); }
div.DivClassName
{
background-color: #BC8C9A;
}
.BgClassName
{
background-color: #BC8C9A;
}
</style>
border-color css
<style>
span { border-color: #BC8C9A; }
span { border-color: rgb(188,140,154); }
td.TdClassName
{
border-color: #BC8C9A;
}
.TagClassName
{
border-color: #BC8C9A;
}
</style>