Shades of Viola #BC92A2
Tints of Viola #BC92A2
RGB
CMYK
RGB Variations
Color information
#BC92A2 (or 0xBC92A2) is known color: Viola. HEX triplet: BC, 92 and A2. RGB value is (188,146,162). Sum of RGB (Red+Green+Blue) = 188+146+162=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92A2 is #436D5D. Grayscale: #A0A0A0. Windows color (decimal): -4418910 or 10654396. OLE color: 10654396.
HSL color Cylindrical-coordinate representation of color #BC92A2: hue angle of 337.14º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC92A2 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 162 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.26 |
| HSL | 337.14º | 0.24% | 0.65% | - |
| HSV(B) | 337.14º | 0.22% | 0.74% | - |
| XYZ | 37.54 | 33.86 | 38.74 | - |
| YUV | 160.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 162 | 0 | 0.22 | 0.14 | 0.26 | 337.14 | 0.24 | 0.65 |
| Hex | BC | 92 | A2 | 0 | 16 | E | 1A | 151 | 18 | 41 |
| Octal | 274 | 222 | 242 | 0 | 26 | 16 | 32 | 521 | 30 | 101 |
| Binary | 10111100 | 10010010 | 10100010 | 0 | 10110 | 1110 | 11010 | 101010001 | 11000 | 1000001 |
Color Harmonies of #BC92A2
Complementary color
Monochromatic Colors of #BC92A2
Black with #BC92A2
Text Example
Text Example
White with #BC92A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92A2; }
p { color: rgb(188,146,162); }
H1.HeaderClassName
{
color: #BC92A2;
}
.AnyTagClassName
{
color: #BC92A2;
}
</style>
background-color css
<style>
a { background-color: #BC92A2; }
a { background-color: rgb(188,146,162); }
div.DivClassName
{
background-color: #BC92A2;
}
.BgClassName
{
background-color: #BC92A2;
}
</style>
border-color css
<style>
span { border-color: #BC92A2; }
span { border-color: rgb(188,146,162); }
td.TdClassName
{
border-color: #BC92A2;
}
.TagClassName
{
border-color: #BC92A2;
}
</style>