Shades of Viola #BC8399
Tints of Viola #BC8399
RGB
CMYK
RGB Variations
Color information
#BC8399 (or 0xBC8399) is known color: Viola. HEX triplet: BC, 83 and 99. RGB value is (188,131,153). Sum of RGB (Red+Green+Blue) = 188+131+153=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8399 is #437C66. Grayscale: #969696. Windows color (decimal): -4422759 or 10060732. OLE color: 10060732.
HSL color Cylindrical-coordinate representation of color #BC8399: hue angle of 336.84º degrees, saturation: 0.3, 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 #BC8399 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 153 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.26 |
| HSL | 336.84º | 0.3% | 0.63% | - |
| HSV(B) | 336.84º | 0.3% | 0.74% | - |
| XYZ | 34.61 | 29.22 | 33.95 | - |
| YUV | 150.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 153 | 0 | 0.30 | 0.19 | 0.26 | 336.84 | 0.3 | 0.63 |
| Hex | BC | 83 | 99 | 0 | 1E | 13 | 1A | 151 | 1E | 3F |
| Octal | 274 | 203 | 231 | 0 | 36 | 23 | 32 | 521 | 36 | 77 |
| Binary | 10111100 | 10000011 | 10011001 | 0 | 11110 | 10011 | 11010 | 101010001 | 11110 | 111111 |
Color Harmonies of #BC8399
Complementary color
Monochromatic Colors of #BC8399
Black with #BC8399
Text Example
Text Example
White with #BC8399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8399; }
p { color: rgb(188,131,153); }
H1.HeaderClassName
{
color: #BC8399;
}
.AnyTagClassName
{
color: #BC8399;
}
</style>
background-color css
<style>
a { background-color: #BC8399; }
a { background-color: rgb(188,131,153); }
div.DivClassName
{
background-color: #BC8399;
}
.BgClassName
{
background-color: #BC8399;
}
</style>
border-color css
<style>
span { border-color: #BC8399; }
span { border-color: rgb(188,131,153); }
td.TdClassName
{
border-color: #BC8399;
}
.TagClassName
{
border-color: #BC8399;
}
</style>