Shades of Viola #BC8CA4
Tints of Viola #BC8CA4
RGB
CMYK
RGB Variations
Color information
#BC8CA4 (or 0xBC8CA4) is known color: Viola. HEX triplet: BC, 8C and A4. RGB value is (188,140,164). Sum of RGB (Red+Green+Blue) = 188+140+164=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CA4 is #43735B. Grayscale: #9D9D9D. Windows color (decimal): -4420444 or 10783932. OLE color: 10783932.
HSL color Cylindrical-coordinate representation of color #BC8CA4: hue angle of 330º degrees, saturation: 0.26, 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 #BC8CA4 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 164 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.26 |
| HSL | 330º | 0.26% | 0.64% | - |
| HSV(B) | 330º | 0.26% | 0.74% | - |
| XYZ | 36.82 | 32.13 | 39.38 | - |
| YUV | 157.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 164 | 0 | 0.26 | 0.13 | 0.26 | 330 | 0.26 | 0.64 |
| Hex | BC | 8C | A4 | 0 | 1A | D | 1A | 14A | 1A | 40 |
| Octal | 274 | 214 | 244 | 0 | 32 | 15 | 32 | 512 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10100100 | 0 | 11010 | 1101 | 11010 | 101001010 | 11010 | 1000000 |
Color Harmonies of #BC8CA4
Complementary color
Monochromatic Colors of #BC8CA4
Black with #BC8CA4
Text Example
Text Example
White with #BC8CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CA4; }
p { color: rgb(188,140,164); }
H1.HeaderClassName
{
color: #BC8CA4;
}
.AnyTagClassName
{
color: #BC8CA4;
}
</style>
background-color css
<style>
a { background-color: #BC8CA4; }
a { background-color: rgb(188,140,164); }
div.DivClassName
{
background-color: #BC8CA4;
}
.BgClassName
{
background-color: #BC8CA4;
}
</style>
border-color css
<style>
span { border-color: #BC8CA4; }
span { border-color: rgb(188,140,164); }
td.TdClassName
{
border-color: #BC8CA4;
}
.TagClassName
{
border-color: #BC8CA4;
}
</style>