Shades of Viola #BC92A0
Tints of Viola #BC92A0
RGB
CMYK
RGB Variations
Color information
#BC92A0 (or 0xBC92A0) is known color: Viola. HEX triplet: BC, 92 and A0. RGB value is (188,146,160). Sum of RGB (Red+Green+Blue) = 188+146+160=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92A0 is #436D5F. Grayscale: #A0A0A0. Windows color (decimal): -4418912 or 10523324. OLE color: 10523324.
HSL color Cylindrical-coordinate representation of color #BC92A0: hue angle of 340º 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 #BC92A0 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 160 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.26 |
| HSL | 340º | 0.24% | 0.65% | - |
| HSV(B) | 340º | 0.22% | 0.74% | - |
| XYZ | 37.36 | 33.79 | 37.81 | - |
| YUV | 160.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 160 | 0 | 0.22 | 0.15 | 0.26 | 340 | 0.24 | 0.65 |
| Hex | BC | 92 | A0 | 0 | 16 | F | 1A | 154 | 18 | 41 |
| Octal | 274 | 222 | 240 | 0 | 26 | 17 | 32 | 524 | 30 | 101 |
| Binary | 10111100 | 10010010 | 10100000 | 0 | 10110 | 1111 | 11010 | 101010100 | 11000 | 1000001 |
Color Harmonies of #BC92A0
Complementary color
Monochromatic Colors of #BC92A0
Black with #BC92A0
Text Example
Text Example
White with #BC92A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92A0; }
p { color: rgb(188,146,160); }
H1.HeaderClassName
{
color: #BC92A0;
}
.AnyTagClassName
{
color: #BC92A0;
}
</style>
background-color css
<style>
a { background-color: #BC92A0; }
a { background-color: rgb(188,146,160); }
div.DivClassName
{
background-color: #BC92A0;
}
.BgClassName
{
background-color: #BC92A0;
}
</style>
border-color css
<style>
span { border-color: #BC92A0; }
span { border-color: rgb(188,146,160); }
td.TdClassName
{
border-color: #BC92A0;
}
.TagClassName
{
border-color: #BC92A0;
}
</style>