Shades of Viola #BC91A2
Tints of Viola #BC91A2
RGB
CMYK
RGB Variations
Color information
#BC91A2 (or 0xBC91A2) is known color: Viola. HEX triplet: BC, 91 and A2. RGB value is (188,145,162). Sum of RGB (Red+Green+Blue) = 188+145+162=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91A2 is #436E5D. Grayscale: #9F9F9F. Windows color (decimal): -4419166 or 10654140. OLE color: 10654140.
HSL color Cylindrical-coordinate representation of color #BC91A2: hue angle of 336.28º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC91A2 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 162 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.26 |
| HSL | 336.28º | 0.24% | 0.65% | - |
| HSV(B) | 336.28º | 0.23% | 0.74% | - |
| XYZ | 37.39 | 33.55 | 38.69 | - |
| YUV | 159.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 162 | 0 | 0.23 | 0.14 | 0.26 | 336.28 | 0.24 | 0.65 |
| Hex | BC | 91 | A2 | 0 | 17 | E | 1A | 150 | 18 | 41 |
| Octal | 274 | 221 | 242 | 0 | 27 | 16 | 32 | 520 | 30 | 101 |
| Binary | 10111100 | 10010001 | 10100010 | 0 | 10111 | 1110 | 11010 | 101010000 | 11000 | 1000001 |
Color Harmonies of #BC91A2
Complementary color
Monochromatic Colors of #BC91A2
Black with #BC91A2
Text Example
Text Example
White with #BC91A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91A2; }
p { color: rgb(188,145,162); }
H1.HeaderClassName
{
color: #BC91A2;
}
.AnyTagClassName
{
color: #BC91A2;
}
</style>
background-color css
<style>
a { background-color: #BC91A2; }
a { background-color: rgb(188,145,162); }
div.DivClassName
{
background-color: #BC91A2;
}
.BgClassName
{
background-color: #BC91A2;
}
</style>
border-color css
<style>
span { border-color: #BC91A2; }
span { border-color: rgb(188,145,162); }
td.TdClassName
{
border-color: #BC91A2;
}
.TagClassName
{
border-color: #BC91A2;
}
</style>