Shades of Viola #BC8499
Tints of Viola #BC8499
RGB
CMYK
RGB Variations
Color information
#BC8499 (or 0xBC8499) is known color: Viola. HEX triplet: BC, 84 and 99. RGB value is (188,132,153). Sum of RGB (Red+Green+Blue) = 188+132+153=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8499 is #437B66. Grayscale: #979797. Windows color (decimal): -4422503 or 10060988. OLE color: 10060988.
HSL color Cylindrical-coordinate representation of color #BC8499: hue angle of 337.5º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC8499 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 153 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.26 |
| HSL | 337.5º | 0.29% | 0.63% | - |
| HSV(B) | 337.5º | 0.3% | 0.74% | - |
| XYZ | 34.74 | 29.49 | 34 | - |
| YUV | 151.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 153 | 0 | 0.30 | 0.19 | 0.26 | 337.5 | 0.29 | 0.63 |
| Hex | BC | 84 | 99 | 0 | 1E | 13 | 1A | 152 | 1D | 3F |
| Octal | 274 | 204 | 231 | 0 | 36 | 23 | 32 | 522 | 35 | 77 |
| Binary | 10111100 | 10000100 | 10011001 | 0 | 11110 | 10011 | 11010 | 101010010 | 11101 | 111111 |
Color Harmonies of #BC8499
Complementary color
Monochromatic Colors of #BC8499
Black with #BC8499
Text Example
Text Example
White with #BC8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8499; }
p { color: rgb(188,132,153); }
H1.HeaderClassName
{
color: #BC8499;
}
.AnyTagClassName
{
color: #BC8499;
}
</style>
background-color css
<style>
a { background-color: #BC8499; }
a { background-color: rgb(188,132,153); }
div.DivClassName
{
background-color: #BC8499;
}
.BgClassName
{
background-color: #BC8499;
}
</style>
border-color css
<style>
span { border-color: #BC8499; }
span { border-color: rgb(188,132,153); }
td.TdClassName
{
border-color: #BC8499;
}
.TagClassName
{
border-color: #BC8499;
}
</style>