Shades of Viola #BC92A4
Tints of Viola #BC92A4
RGB
CMYK
RGB Variations
Color information
#BC92A4 (or 0xBC92A4) is known color: Viola. HEX triplet: BC, 92 and A4. RGB value is (188,146,164). Sum of RGB (Red+Green+Blue) = 188+146+164=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92A4 is #436D5B. Grayscale: #A0A0A0. Windows color (decimal): -4418908 or 10785468. OLE color: 10785468.
HSL color Cylindrical-coordinate representation of color #BC92A4: hue angle of 334.29º 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 #BC92A4 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 164 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.26 |
| HSL | 334.29º | 0.24% | 0.65% | - |
| HSV(B) | 334.29º | 0.22% | 0.74% | - |
| XYZ | 37.72 | 33.93 | 39.68 | - |
| YUV | 160.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 164 | 0 | 0.22 | 0.13 | 0.26 | 334.29 | 0.24 | 0.65 |
| Hex | BC | 92 | A4 | 0 | 16 | D | 1A | 14E | 18 | 41 |
| Octal | 274 | 222 | 244 | 0 | 26 | 15 | 32 | 516 | 30 | 101 |
| Binary | 10111100 | 10010010 | 10100100 | 0 | 10110 | 1101 | 11010 | 101001110 | 11000 | 1000001 |
Color Harmonies of #BC92A4
Complementary color
Monochromatic Colors of #BC92A4
Black with #BC92A4
Text Example
Text Example
White with #BC92A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92A4; }
p { color: rgb(188,146,164); }
H1.HeaderClassName
{
color: #BC92A4;
}
.AnyTagClassName
{
color: #BC92A4;
}
</style>
background-color css
<style>
a { background-color: #BC92A4; }
a { background-color: rgb(188,146,164); }
div.DivClassName
{
background-color: #BC92A4;
}
.BgClassName
{
background-color: #BC92A4;
}
</style>
border-color css
<style>
span { border-color: #BC92A4; }
span { border-color: rgb(188,146,164); }
td.TdClassName
{
border-color: #BC92A4;
}
.TagClassName
{
border-color: #BC92A4;
}
</style>