Shades of Viola #BC829C
Tints of Viola #BC829C
RGB
CMYK
RGB Variations
Color information
#BC829C (or 0xBC829C) is known color: Viola. HEX triplet: BC, 82 and 9C. RGB value is (188,130,156). Sum of RGB (Red+Green+Blue) = 188+130+156=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC829C is #437D63. Grayscale: #969696. Windows color (decimal): -4423012 or 10257084. OLE color: 10257084.
HSL color Cylindrical-coordinate representation of color #BC829C: hue angle of 333.1º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC829C is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 156 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.26 |
| HSL | 333.1º | 0.3% | 0.62% | - |
| HSV(B) | 333.1º | 0.31% | 0.74% | - |
| XYZ | 34.72 | 29.06 | 35.23 | - |
| YUV | 150.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 156 | 0 | 0.31 | 0.17 | 0.26 | 333.1 | 0.3 | 0.62 |
| Hex | BC | 82 | 9C | 0 | 1F | 11 | 1A | 14D | 1E | 3E |
| Octal | 274 | 202 | 234 | 0 | 37 | 21 | 32 | 515 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10011100 | 0 | 11111 | 10001 | 11010 | 101001101 | 11110 | 111110 |
Color Harmonies of #BC829C
Complementary color
Monochromatic Colors of #BC829C
Black with #BC829C
Text Example
Text Example
White with #BC829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC829C; }
p { color: rgb(188,130,156); }
H1.HeaderClassName
{
color: #BC829C;
}
.AnyTagClassName
{
color: #BC829C;
}
</style>
background-color css
<style>
a { background-color: #BC829C; }
a { background-color: rgb(188,130,156); }
div.DivClassName
{
background-color: #BC829C;
}
.BgClassName
{
background-color: #BC829C;
}
</style>
border-color css
<style>
span { border-color: #BC829C; }
span { border-color: rgb(188,130,156); }
td.TdClassName
{
border-color: #BC829C;
}
.TagClassName
{
border-color: #BC829C;
}
</style>