Shades of Viola #BC8E9A
Tints of Viola #BC8E9A
RGB
CMYK
RGB Variations
Color information
#BC8E9A (or 0xBC8E9A) is known color: Viola. HEX triplet: BC, 8E and 9A. RGB value is (188,142,154). Sum of RGB (Red+Green+Blue) = 188+142+154=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8E9A is #437165. Grayscale: #9D9D9D. Windows color (decimal): -4419942 or 10129084. OLE color: 10129084.
HSL color Cylindrical-coordinate representation of color #BC8E9A: hue angle of 344.35º degrees, saturation: 0.26, 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 #BC8E9A is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 154 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.26 |
| HSL | 344.35º | 0.26% | 0.65% | - |
| HSV(B) | 344.35º | 0.24% | 0.74% | - |
| XYZ | 36.24 | 32.37 | 34.91 | - |
| YUV | 157.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 154 | 0 | 0.24 | 0.18 | 0.26 | 344.35 | 0.26 | 0.65 |
| Hex | BC | 8E | 9A | 0 | 18 | 12 | 1A | 158 | 1A | 41 |
| Octal | 274 | 216 | 232 | 0 | 30 | 22 | 32 | 530 | 32 | 101 |
| Binary | 10111100 | 10001110 | 10011010 | 0 | 11000 | 10010 | 11010 | 101011000 | 11010 | 1000001 |
Color Harmonies of #BC8E9A
Complementary color
Monochromatic Colors of #BC8E9A
Black with #BC8E9A
Text Example
Text Example
White with #BC8E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8E9A; }
p { color: rgb(188,142,154); }
H1.HeaderClassName
{
color: #BC8E9A;
}
.AnyTagClassName
{
color: #BC8E9A;
}
</style>
background-color css
<style>
a { background-color: #BC8E9A; }
a { background-color: rgb(188,142,154); }
div.DivClassName
{
background-color: #BC8E9A;
}
.BgClassName
{
background-color: #BC8E9A;
}
</style>
border-color css
<style>
span { border-color: #BC8E9A; }
span { border-color: rgb(188,142,154); }
td.TdClassName
{
border-color: #BC8E9A;
}
.TagClassName
{
border-color: #BC8E9A;
}
</style>