Shades of Viola #BC849B
Tints of Viola #BC849B
RGB
CMYK
RGB Variations
Color information
#BC849B (or 0xBC849B) is known color: Viola. HEX triplet: BC, 84 and 9B. RGB value is (188,132,155). Sum of RGB (Red+Green+Blue) = 188+132+155=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC849B is #437B64. Grayscale: #979797. Windows color (decimal): -4422501 or 10192060. OLE color: 10192060.
HSL color Cylindrical-coordinate representation of color #BC849B: hue angle of 335.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC849B is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 155 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.26 |
| HSL | 335.36º | 0.29% | 0.63% | - |
| HSV(B) | 335.36º | 0.3% | 0.74% | - |
| XYZ | 34.91 | 29.56 | 34.88 | - |
| YUV | 151.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 155 | 0 | 0.30 | 0.18 | 0.26 | 335.36 | 0.29 | 0.63 |
| Hex | BC | 84 | 9B | 0 | 1E | 12 | 1A | 14F | 1D | 3F |
| Octal | 274 | 204 | 233 | 0 | 36 | 22 | 32 | 517 | 35 | 77 |
| Binary | 10111100 | 10000100 | 10011011 | 0 | 11110 | 10010 | 11010 | 101001111 | 11101 | 111111 |
Color Harmonies of #BC849B
Complementary color
Monochromatic Colors of #BC849B
Black with #BC849B
Text Example
Text Example
White with #BC849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC849B; }
p { color: rgb(188,132,155); }
H1.HeaderClassName
{
color: #BC849B;
}
.AnyTagClassName
{
color: #BC849B;
}
</style>
background-color css
<style>
a { background-color: #BC849B; }
a { background-color: rgb(188,132,155); }
div.DivClassName
{
background-color: #BC849B;
}
.BgClassName
{
background-color: #BC849B;
}
</style>
border-color css
<style>
span { border-color: #BC849B; }
span { border-color: rgb(188,132,155); }
td.TdClassName
{
border-color: #BC849B;
}
.TagClassName
{
border-color: #BC849B;
}
</style>