Shades of Viola #BC8694
Tints of Viola #BC8694
RGB
CMYK
RGB Variations
Color information
#BC8694 (or 0xBC8694) is known color: Viola. HEX triplet: BC, 86 and 94. RGB value is (188,134,148). Sum of RGB (Red+Green+Blue) = 188+134+148=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8694 is #43796B. Grayscale: #979797. Windows color (decimal): -4421996 or 9733820. OLE color: 9733820.
HSL color Cylindrical-coordinate representation of color #BC8694: hue angle of 344.44º 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 #BC8694 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 148 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.26 |
| HSL | 344.44º | 0.29% | 0.63% | - |
| HSV(B) | 344.44º | 0.29% | 0.74% | - |
| XYZ | 34.61 | 29.88 | 31.96 | - |
| YUV | 151.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 148 | 0 | 0.29 | 0.21 | 0.26 | 344.44 | 0.29 | 0.63 |
| Hex | BC | 86 | 94 | 0 | 1D | 15 | 1A | 158 | 1D | 3F |
| Octal | 274 | 206 | 224 | 0 | 35 | 25 | 32 | 530 | 35 | 77 |
| Binary | 10111100 | 10000110 | 10010100 | 0 | 11101 | 10101 | 11010 | 101011000 | 11101 | 111111 |
Color Harmonies of #BC8694
Complementary color
Monochromatic Colors of #BC8694
Black with #BC8694
Text Example
Text Example
White with #BC8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8694; }
p { color: rgb(188,134,148); }
H1.HeaderClassName
{
color: #BC8694;
}
.AnyTagClassName
{
color: #BC8694;
}
</style>
background-color css
<style>
a { background-color: #BC8694; }
a { background-color: rgb(188,134,148); }
div.DivClassName
{
background-color: #BC8694;
}
.BgClassName
{
background-color: #BC8694;
}
</style>
border-color css
<style>
span { border-color: #BC8694; }
span { border-color: rgb(188,134,148); }
td.TdClassName
{
border-color: #BC8694;
}
.TagClassName
{
border-color: #BC8694;
}
</style>