Shades of Viola #BC8BA2
Tints of Viola #BC8BA2
RGB
CMYK
RGB Variations
Color information
#BC8BA2 (or 0xBC8BA2) is known color: Viola. HEX triplet: BC, 8B and A2. RGB value is (188,139,162). Sum of RGB (Red+Green+Blue) = 188+139+162=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BA2 is #43745D. Grayscale: #9C9C9C. Windows color (decimal): -4420702 or 10652604. OLE color: 10652604.
HSL color Cylindrical-coordinate representation of color #BC8BA2: hue angle of 331.84º degrees, saturation: 0.27, 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 #BC8BA2 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 162 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.26 |
| HSL | 331.84º | 0.27% | 0.64% | - |
| HSV(B) | 331.84º | 0.26% | 0.74% | - |
| XYZ | 36.49 | 31.77 | 38.39 | - |
| YUV | 156.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 162 | 0 | 0.26 | 0.14 | 0.26 | 331.84 | 0.27 | 0.64 |
| Hex | BC | 8B | A2 | 0 | 1A | E | 1A | 14C | 1B | 40 |
| Octal | 274 | 213 | 242 | 0 | 32 | 16 | 32 | 514 | 33 | 100 |
| Binary | 10111100 | 10001011 | 10100010 | 0 | 11010 | 1110 | 11010 | 101001100 | 11011 | 1000000 |
Color Harmonies of #BC8BA2
Complementary color
Monochromatic Colors of #BC8BA2
Black with #BC8BA2
Text Example
Text Example
White with #BC8BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BA2; }
p { color: rgb(188,139,162); }
H1.HeaderClassName
{
color: #BC8BA2;
}
.AnyTagClassName
{
color: #BC8BA2;
}
</style>
background-color css
<style>
a { background-color: #BC8BA2; }
a { background-color: rgb(188,139,162); }
div.DivClassName
{
background-color: #BC8BA2;
}
.BgClassName
{
background-color: #BC8BA2;
}
</style>
border-color css
<style>
span { border-color: #BC8BA2; }
span { border-color: rgb(188,139,162); }
td.TdClassName
{
border-color: #BC8BA2;
}
.TagClassName
{
border-color: #BC8BA2;
}
</style>