Shades of Viola #BC8599
Tints of Viola #BC8599
RGB
CMYK
RGB Variations
Color information
#BC8599 (or 0xBC8599) is known color: Viola. HEX triplet: BC, 85 and 99. RGB value is (188,133,153). Sum of RGB (Red+Green+Blue) = 188+133+153=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8599 is #437A66. Grayscale: #979797. Windows color (decimal): -4422247 or 10061244. OLE color: 10061244.
HSL color Cylindrical-coordinate representation of color #BC8599: hue angle of 338.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC8599 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 153 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.26 |
| HSL | 338.18º | 0.29% | 0.63% | - |
| HSV(B) | 338.18º | 0.29% | 0.74% | - |
| XYZ | 34.88 | 29.77 | 34.04 | - |
| YUV | 151.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 153 | 0 | 0.29 | 0.19 | 0.26 | 338.18 | 0.29 | 0.63 |
| Hex | BC | 85 | 99 | 0 | 1D | 13 | 1A | 152 | 1D | 3F |
| Octal | 274 | 205 | 231 | 0 | 35 | 23 | 32 | 522 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10011001 | 0 | 11101 | 10011 | 11010 | 101010010 | 11101 | 111111 |
Color Harmonies of #BC8599
Complementary color
Monochromatic Colors of #BC8599
Black with #BC8599
Text Example
Text Example
White with #BC8599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8599; }
p { color: rgb(188,133,153); }
H1.HeaderClassName
{
color: #BC8599;
}
.AnyTagClassName
{
color: #BC8599;
}
</style>
background-color css
<style>
a { background-color: #BC8599; }
a { background-color: rgb(188,133,153); }
div.DivClassName
{
background-color: #BC8599;
}
.BgClassName
{
background-color: #BC8599;
}
</style>
border-color css
<style>
span { border-color: #BC8599; }
span { border-color: rgb(188,133,153); }
td.TdClassName
{
border-color: #BC8599;
}
.TagClassName
{
border-color: #BC8599;
}
</style>