Shades of Viola #BC8FA3
Tints of Viola #BC8FA3
RGB
CMYK
RGB Variations
Color information
#BC8FA3 (or 0xBC8FA3) is known color: Viola. HEX triplet: BC, 8F and A3. RGB value is (188,143,163). Sum of RGB (Red+Green+Blue) = 188+143+163=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8FA3 is #43705C. Grayscale: #9E9E9E. Windows color (decimal): -4419677 or 10719164. OLE color: 10719164.
HSL color Cylindrical-coordinate representation of color #BC8FA3: hue angle of 333.33º 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 #BC8FA3 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 163 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.26 |
| HSL | 333.33º | 0.25% | 0.65% | - |
| HSV(B) | 333.33º | 0.24% | 0.74% | - |
| XYZ | 37.17 | 32.98 | 39.06 | - |
| YUV | 158.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 163 | 0 | 0.24 | 0.13 | 0.26 | 333.33 | 0.25 | 0.65 |
| Hex | BC | 8F | A3 | 0 | 18 | D | 1A | 14D | 19 | 41 |
| Octal | 274 | 217 | 243 | 0 | 30 | 15 | 32 | 515 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10100011 | 0 | 11000 | 1101 | 11010 | 101001101 | 11001 | 1000001 |
Color Harmonies of #BC8FA3
Complementary color
Monochromatic Colors of #BC8FA3
Black with #BC8FA3
Text Example
Text Example
White with #BC8FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FA3; }
p { color: rgb(188,143,163); }
H1.HeaderClassName
{
color: #BC8FA3;
}
.AnyTagClassName
{
color: #BC8FA3;
}
</style>
background-color css
<style>
a { background-color: #BC8FA3; }
a { background-color: rgb(188,143,163); }
div.DivClassName
{
background-color: #BC8FA3;
}
.BgClassName
{
background-color: #BC8FA3;
}
</style>
border-color css
<style>
span { border-color: #BC8FA3; }
span { border-color: rgb(188,143,163); }
td.TdClassName
{
border-color: #BC8FA3;
}
.TagClassName
{
border-color: #BC8FA3;
}
</style>