Shades of Viola #BC939A
Tints of Viola #BC939A
RGB
CMYK
RGB Variations
Color information
#BC939A (or 0xBC939A) is known color: Viola. HEX triplet: BC, 93 and 9A. RGB value is (188,147,154). Sum of RGB (Red+Green+Blue) = 188+147+154=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC939A is #436C65. Grayscale: #A0A0A0. Windows color (decimal): -4418662 or 10130364. OLE color: 10130364.
HSL color Cylindrical-coordinate representation of color #BC939A: hue angle of 349.76º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC939A is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 154 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.26 |
| HSL | 349.76º | 0.23% | 0.66% | - |
| HSV(B) | 349.76º | 0.22% | 0.74% | - |
| XYZ | 37.01 | 33.89 | 35.16 | - |
| YUV | 160.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 154 | 0 | 0.22 | 0.18 | 0.26 | 349.76 | 0.23 | 0.66 |
| Hex | BC | 93 | 9A | 0 | 16 | 12 | 1A | 15E | 17 | 42 |
| Octal | 274 | 223 | 232 | 0 | 26 | 22 | 32 | 536 | 27 | 102 |
| Binary | 10111100 | 10010011 | 10011010 | 0 | 10110 | 10010 | 11010 | 101011110 | 10111 | 1000010 |
Color Harmonies of #BC939A
Complementary color
Monochromatic Colors of #BC939A
Black with #BC939A
Text Example
Text Example
White with #BC939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC939A; }
p { color: rgb(188,147,154); }
H1.HeaderClassName
{
color: #BC939A;
}
.AnyTagClassName
{
color: #BC939A;
}
</style>
background-color css
<style>
a { background-color: #BC939A; }
a { background-color: rgb(188,147,154); }
div.DivClassName
{
background-color: #BC939A;
}
.BgClassName
{
background-color: #BC939A;
}
</style>
border-color css
<style>
span { border-color: #BC939A; }
span { border-color: rgb(188,147,154); }
td.TdClassName
{
border-color: #BC939A;
}
.TagClassName
{
border-color: #BC939A;
}
</style>