Shades of Viola #BC8698
Tints of Viola #BC8698
RGB
CMYK
RGB Variations
Color information
#BC8698 (or 0xBC8698) is known color: Viola. HEX triplet: BC, 86 and 98. RGB value is (188,134,152). Sum of RGB (Red+Green+Blue) = 188+134+152=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8698 is #437967. Grayscale: #989898. Windows color (decimal): -4421992 or 9995964. OLE color: 9995964.
HSL color Cylindrical-coordinate representation of color #BC8698: hue angle of 340º 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 #BC8698 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 152 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.26 |
| HSL | 340º | 0.29% | 0.63% | - |
| HSV(B) | 340º | 0.29% | 0.74% | - |
| XYZ | 34.93 | 30.01 | 33.66 | - |
| YUV | 152.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 152 | 0 | 0.29 | 0.19 | 0.26 | 340 | 0.29 | 0.63 |
| Hex | BC | 86 | 98 | 0 | 1D | 13 | 1A | 154 | 1D | 3F |
| Octal | 274 | 206 | 230 | 0 | 35 | 23 | 32 | 524 | 35 | 77 |
| Binary | 10111100 | 10000110 | 10011000 | 0 | 11101 | 10011 | 11010 | 101010100 | 11101 | 111111 |
Color Harmonies of #BC8698
Complementary color
Monochromatic Colors of #BC8698
Black with #BC8698
Text Example
Text Example
White with #BC8698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8698; }
p { color: rgb(188,134,152); }
H1.HeaderClassName
{
color: #BC8698;
}
.AnyTagClassName
{
color: #BC8698;
}
</style>
background-color css
<style>
a { background-color: #BC8698; }
a { background-color: rgb(188,134,152); }
div.DivClassName
{
background-color: #BC8698;
}
.BgClassName
{
background-color: #BC8698;
}
</style>
border-color css
<style>
span { border-color: #BC8698; }
span { border-color: rgb(188,134,152); }
td.TdClassName
{
border-color: #BC8698;
}
.TagClassName
{
border-color: #BC8698;
}
</style>