Shades of Viola #BC8196
Tints of Viola #BC8196
RGB
CMYK
RGB Variations
Color information
#BC8196 (or 0xBC8196) is known color: Viola. HEX triplet: BC, 81 and 96. RGB value is (188,129,150). Sum of RGB (Red+Green+Blue) = 188+129+150=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8196 is #437E69. Grayscale: #959595. Windows color (decimal): -4423274 or 9863612. OLE color: 9863612.
HSL color Cylindrical-coordinate representation of color #BC8196: hue angle of 338.64º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8196 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 150 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.26 |
| HSL | 338.64º | 0.31% | 0.62% | - |
| HSV(B) | 338.64º | 0.31% | 0.74% | - |
| XYZ | 34.09 | 28.59 | 32.58 | - |
| YUV | 149.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 150 | 0 | 0.31 | 0.20 | 0.26 | 338.64 | 0.31 | 0.62 |
| Hex | BC | 81 | 96 | 0 | 1F | 14 | 1A | 153 | 1F | 3E |
| Octal | 274 | 201 | 226 | 0 | 37 | 24 | 32 | 523 | 37 | 76 |
| Binary | 10111100 | 10000001 | 10010110 | 0 | 11111 | 10100 | 11010 | 101010011 | 11111 | 111110 |
Color Harmonies of #BC8196
Complementary color
Monochromatic Colors of #BC8196
Black with #BC8196
Text Example
Text Example
White with #BC8196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8196; }
p { color: rgb(188,129,150); }
H1.HeaderClassName
{
color: #BC8196;
}
.AnyTagClassName
{
color: #BC8196;
}
</style>
background-color css
<style>
a { background-color: #BC8196; }
a { background-color: rgb(188,129,150); }
div.DivClassName
{
background-color: #BC8196;
}
.BgClassName
{
background-color: #BC8196;
}
</style>
border-color css
<style>
span { border-color: #BC8196; }
span { border-color: rgb(188,129,150); }
td.TdClassName
{
border-color: #BC8196;
}
.TagClassName
{
border-color: #BC8196;
}
</style>