Shades of Viola #BC8B99
Tints of Viola #BC8B99
RGB
CMYK
RGB Variations
Color information
#BC8B99 (or 0xBC8B99) is known color: Viola. HEX triplet: BC, 8B and 99. RGB value is (188,139,153). Sum of RGB (Red+Green+Blue) = 188+139+153=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8B99 is #437466. Grayscale: #9B9B9B. Windows color (decimal): -4420711 or 10062780. OLE color: 10062780.
HSL color Cylindrical-coordinate representation of color #BC8B99: hue angle of 342.86º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8B99 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 153 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.26 |
| HSL | 342.86º | 0.27% | 0.64% | - |
| HSV(B) | 342.86º | 0.26% | 0.74% | - |
| XYZ | 35.72 | 31.46 | 34.33 | - |
| YUV | 155.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 153 | 0 | 0.26 | 0.19 | 0.26 | 342.86 | 0.27 | 0.64 |
| Hex | BC | 8B | 99 | 0 | 1A | 13 | 1A | 157 | 1B | 40 |
| Octal | 274 | 213 | 231 | 0 | 32 | 23 | 32 | 527 | 33 | 100 |
| Binary | 10111100 | 10001011 | 10011001 | 0 | 11010 | 10011 | 11010 | 101010111 | 11011 | 1000000 |
Color Harmonies of #BC8B99
Complementary color
Monochromatic Colors of #BC8B99
Black with #BC8B99
Text Example
Text Example
White with #BC8B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B99; }
p { color: rgb(188,139,153); }
H1.HeaderClassName
{
color: #BC8B99;
}
.AnyTagClassName
{
color: #BC8B99;
}
</style>
background-color css
<style>
a { background-color: #BC8B99; }
a { background-color: rgb(188,139,153); }
div.DivClassName
{
background-color: #BC8B99;
}
.BgClassName
{
background-color: #BC8B99;
}
</style>
border-color css
<style>
span { border-color: #BC8B99; }
span { border-color: rgb(188,139,153); }
td.TdClassName
{
border-color: #BC8B99;
}
.TagClassName
{
border-color: #BC8B99;
}
</style>