Shades of Viola #BC849F
Tints of Viola #BC849F
RGB
CMYK
RGB Variations
Color information
#BC849F (or 0xBC849F) is known color: Viola. HEX triplet: BC, 84 and 9F. RGB value is (188,132,159). Sum of RGB (Red+Green+Blue) = 188+132+159=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC849F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC849F is #437B60. Grayscale: #979797. Windows color (decimal): -4422497 or 10454204. OLE color: 10454204.
HSL color Cylindrical-coordinate representation of color #BC849F: hue angle of 331.07º 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 #BC849F is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 159 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.26 |
| HSL | 331.07º | 0.29% | 0.63% | - |
| HSV(B) | 331.07º | 0.3% | 0.74% | - |
| XYZ | 35.25 | 29.7 | 36.68 | - |
| YUV | 151.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 159 | 0 | 0.30 | 0.15 | 0.26 | 331.07 | 0.29 | 0.63 |
| Hex | BC | 84 | 9F | 0 | 1E | F | 1A | 14B | 1D | 3F |
| Octal | 274 | 204 | 237 | 0 | 36 | 17 | 32 | 513 | 35 | 77 |
| Binary | 10111100 | 10000100 | 10011111 | 0 | 11110 | 1111 | 11010 | 101001011 | 11101 | 111111 |
Color Harmonies of #BC849F
Complementary color
Monochromatic Colors of #BC849F
Black with #BC849F
Text Example
Text Example
White with #BC849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC849F; }
p { color: rgb(188,132,159); }
H1.HeaderClassName
{
color: #BC849F;
}
.AnyTagClassName
{
color: #BC849F;
}
</style>
background-color css
<style>
a { background-color: #BC849F; }
a { background-color: rgb(188,132,159); }
div.DivClassName
{
background-color: #BC849F;
}
.BgClassName
{
background-color: #BC849F;
}
</style>
border-color css
<style>
span { border-color: #BC849F; }
span { border-color: rgb(188,132,159); }
td.TdClassName
{
border-color: #BC849F;
}
.TagClassName
{
border-color: #BC849F;
}
</style>