Shades of Viola #BC829A
Tints of Viola #BC829A
RGB
CMYK
RGB Variations
Color information
#BC829A (or 0xBC829A) is known color: Viola. HEX triplet: BC, 82 and 9A. RGB value is (188,130,154). Sum of RGB (Red+Green+Blue) = 188+130+154=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC829A is #437D65. Grayscale: #969696. Windows color (decimal): -4423014 or 10126012. OLE color: 10126012.
HSL color Cylindrical-coordinate representation of color #BC829A: hue angle of 335.17º 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 #BC829A is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 154 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.26 |
| HSL | 335.17º | 0.3% | 0.62% | - |
| HSV(B) | 335.17º | 0.31% | 0.74% | - |
| XYZ | 34.55 | 28.99 | 34.35 | - |
| YUV | 150.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 154 | 0 | 0.31 | 0.18 | 0.26 | 335.17 | 0.3 | 0.62 |
| Hex | BC | 82 | 9A | 0 | 1F | 12 | 1A | 14F | 1E | 3E |
| Octal | 274 | 202 | 232 | 0 | 37 | 22 | 32 | 517 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10011010 | 0 | 11111 | 10010 | 11010 | 101001111 | 11110 | 111110 |
Color Harmonies of #BC829A
Complementary color
Monochromatic Colors of #BC829A
Black with #BC829A
Text Example
Text Example
White with #BC829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC829A; }
p { color: rgb(188,130,154); }
H1.HeaderClassName
{
color: #BC829A;
}
.AnyTagClassName
{
color: #BC829A;
}
</style>
background-color css
<style>
a { background-color: #BC829A; }
a { background-color: rgb(188,130,154); }
div.DivClassName
{
background-color: #BC829A;
}
.BgClassName
{
background-color: #BC829A;
}
</style>
border-color css
<style>
span { border-color: #BC829A; }
span { border-color: rgb(188,130,154); }
td.TdClassName
{
border-color: #BC829A;
}
.TagClassName
{
border-color: #BC829A;
}
</style>