Shades of Viola #BC898F
Tints of Viola #BC898F
RGB
CMYK
RGB Variations
Color information
#BC898F (or 0xBC898F) is known color: Viola. HEX triplet: BC, 89 and 8F. RGB value is (188,137,143). Sum of RGB (Red+Green+Blue) = 188+137+143=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC898F is #437670. Grayscale: #989898. Windows color (decimal): -4421233 or 9406908. OLE color: 9406908.
HSL color Cylindrical-coordinate representation of color #BC898F: hue angle of 352.94º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC898F is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 143 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.26 |
| HSL | 352.94º | 0.28% | 0.64% | - |
| HSV(B) | 352.94º | 0.27% | 0.74% | - |
| XYZ | 34.64 | 30.57 | 30.06 | - |
| YUV | 152.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 143 | 0 | 0.27 | 0.24 | 0.26 | 352.94 | 0.28 | 0.64 |
| Hex | BC | 89 | 8F | 0 | 1B | 18 | 1A | 161 | 1C | 40 |
| Octal | 274 | 211 | 217 | 0 | 33 | 30 | 32 | 541 | 34 | 100 |
| Binary | 10111100 | 10001001 | 10001111 | 0 | 11011 | 11000 | 11010 | 101100001 | 11100 | 1000000 |
Color Harmonies of #BC898F
Complementary color
Monochromatic Colors of #BC898F
Black with #BC898F
Text Example
Text Example
White with #BC898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC898F; }
p { color: rgb(188,137,143); }
H1.HeaderClassName
{
color: #BC898F;
}
.AnyTagClassName
{
color: #BC898F;
}
</style>
background-color css
<style>
a { background-color: #BC898F; }
a { background-color: rgb(188,137,143); }
div.DivClassName
{
background-color: #BC898F;
}
.BgClassName
{
background-color: #BC898F;
}
</style>
border-color css
<style>
span { border-color: #BC898F; }
span { border-color: rgb(188,137,143); }
td.TdClassName
{
border-color: #BC898F;
}
.TagClassName
{
border-color: #BC898F;
}
</style>