Shades of Viola #BC8FA2
Tints of Viola #BC8FA2
RGB
CMYK
RGB Variations
Color information
#BC8FA2 (or 0xBC8FA2) is known color: Viola. HEX triplet: BC, 8F and A2. RGB value is (188,143,162). Sum of RGB (Red+Green+Blue) = 188+143+162=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8FA2 is #43705D. Grayscale: #9E9E9E. Windows color (decimal): -4419678 or 10653628. OLE color: 10653628.
HSL color Cylindrical-coordinate representation of color #BC8FA2: hue angle of 334.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8FA2 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 162 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.26 |
| HSL | 334.67º | 0.25% | 0.65% | - |
| HSV(B) | 334.67º | 0.24% | 0.74% | - |
| XYZ | 37.08 | 32.94 | 38.59 | - |
| YUV | 158.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 162 | 0 | 0.24 | 0.14 | 0.26 | 334.67 | 0.25 | 0.65 |
| Hex | BC | 8F | A2 | 0 | 18 | E | 1A | 14F | 19 | 41 |
| Octal | 274 | 217 | 242 | 0 | 30 | 16 | 32 | 517 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10100010 | 0 | 11000 | 1110 | 11010 | 101001111 | 11001 | 1000001 |
Color Harmonies of #BC8FA2
Complementary color
Monochromatic Colors of #BC8FA2
Black with #BC8FA2
Text Example
Text Example
White with #BC8FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FA2; }
p { color: rgb(188,143,162); }
H1.HeaderClassName
{
color: #BC8FA2;
}
.AnyTagClassName
{
color: #BC8FA2;
}
</style>
background-color css
<style>
a { background-color: #BC8FA2; }
a { background-color: rgb(188,143,162); }
div.DivClassName
{
background-color: #BC8FA2;
}
.BgClassName
{
background-color: #BC8FA2;
}
</style>
border-color css
<style>
span { border-color: #BC8FA2; }
span { border-color: rgb(188,143,162); }
td.TdClassName
{
border-color: #BC8FA2;
}
.TagClassName
{
border-color: #BC8FA2;
}
</style>