Shades of Viola #BC9499
Tints of Viola #BC9499
RGB
CMYK
RGB Variations
Color information
#BC9499 (or 0xBC9499) is known color: Viola. HEX triplet: BC, 94 and 99. RGB value is (188,148,153). Sum of RGB (Red+Green+Blue) = 188+148+153=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9499 is #436B66. Grayscale: #A0A0A0. Windows color (decimal): -4418407 or 10065084. OLE color: 10065084.
HSL color Cylindrical-coordinate representation of color #BC9499: hue angle of 352.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC9499 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 153 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.26 |
| HSL | 352.5º | 0.23% | 0.66% | - |
| HSV(B) | 352.5º | 0.21% | 0.74% | - |
| XYZ | 37.08 | 34.17 | 34.78 | - |
| YUV | 160.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 153 | 0 | 0.21 | 0.19 | 0.26 | 352.5 | 0.23 | 0.66 |
| Hex | BC | 94 | 99 | 0 | 15 | 13 | 1A | 160 | 17 | 42 |
| Octal | 274 | 224 | 231 | 0 | 25 | 23 | 32 | 540 | 27 | 102 |
| Binary | 10111100 | 10010100 | 10011001 | 0 | 10101 | 10011 | 11010 | 101100000 | 10111 | 1000010 |
Color Harmonies of #BC9499
Complementary color
Monochromatic Colors of #BC9499
Black with #BC9499
Text Example
Text Example
White with #BC9499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9499; }
p { color: rgb(188,148,153); }
H1.HeaderClassName
{
color: #BC9499;
}
.AnyTagClassName
{
color: #BC9499;
}
</style>
background-color css
<style>
a { background-color: #BC9499; }
a { background-color: rgb(188,148,153); }
div.DivClassName
{
background-color: #BC9499;
}
.BgClassName
{
background-color: #BC9499;
}
</style>
border-color css
<style>
span { border-color: #BC9499; }
span { border-color: rgb(188,148,153); }
td.TdClassName
{
border-color: #BC9499;
}
.TagClassName
{
border-color: #BC9499;
}
</style>