Shades of Viola #BC8A9C
Tints of Viola #BC8A9C
RGB
CMYK
RGB Variations
Color information
#BC8A9C (or 0xBC8A9C) is known color: Viola. HEX triplet: BC, 8A and 9C. RGB value is (188,138,156). Sum of RGB (Red+Green+Blue) = 188+138+156=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8A9C is #437563. Grayscale: #9A9A9A. Windows color (decimal): -4420964 or 10259132. OLE color: 10259132.
HSL color Cylindrical-coordinate representation of color #BC8A9C: hue angle of 338.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8A9C is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 156 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.26 |
| HSL | 338.4º | 0.27% | 0.64% | - |
| HSV(B) | 338.4º | 0.27% | 0.74% | - |
| XYZ | 35.83 | 31.27 | 35.6 | - |
| YUV | 155 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 156 | 0 | 0.27 | 0.17 | 0.26 | 338.4 | 0.27 | 0.64 |
| Hex | BC | 8A | 9C | 0 | 1B | 11 | 1A | 152 | 1B | 40 |
| Octal | 274 | 212 | 234 | 0 | 33 | 21 | 32 | 522 | 33 | 100 |
| Binary | 10111100 | 10001010 | 10011100 | 0 | 11011 | 10001 | 11010 | 101010010 | 11011 | 1000000 |
Color Harmonies of #BC8A9C
Complementary color
Monochromatic Colors of #BC8A9C
Black with #BC8A9C
Text Example
Text Example
White with #BC8A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A9C; }
p { color: rgb(188,138,156); }
H1.HeaderClassName
{
color: #BC8A9C;
}
.AnyTagClassName
{
color: #BC8A9C;
}
</style>
background-color css
<style>
a { background-color: #BC8A9C; }
a { background-color: rgb(188,138,156); }
div.DivClassName
{
background-color: #BC8A9C;
}
.BgClassName
{
background-color: #BC8A9C;
}
</style>
border-color css
<style>
span { border-color: #BC8A9C; }
span { border-color: rgb(188,138,156); }
td.TdClassName
{
border-color: #BC8A9C;
}
.TagClassName
{
border-color: #BC8A9C;
}
</style>