Shades of Viola #BB898F
Tints of Viola #BB898F
RGB
CMYK
RGB Variations
Color information
#BB898F (or 0xBB898F) is known color: Viola. HEX triplet: BB, 89 and 8F. RGB value is (187,137,143). Sum of RGB (Red+Green+Blue) = 187+137+143=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB898F is #447670. Grayscale: #989898. Windows color (decimal): -4486769 or 9406907. OLE color: 9406907.
HSL color Cylindrical-coordinate representation of color #BB898F: hue angle of 352.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB898F is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 143 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.27 |
| HSL | 352.8º | 0.27% | 0.64% | - |
| HSV(B) | 352.8º | 0.27% | 0.73% | - |
| XYZ | 34.4 | 30.44 | 30.05 | - |
| YUV | 152.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 143 | 0 | 0.27 | 0.24 | 0.27 | 352.8 | 0.27 | 0.64 |
| Hex | BB | 89 | 8F | 0 | 1B | 18 | 1B | 161 | 1B | 40 |
| Octal | 273 | 211 | 217 | 0 | 33 | 30 | 33 | 541 | 33 | 100 |
| Binary | 10111011 | 10001001 | 10001111 | 0 | 11011 | 11000 | 11011 | 101100001 | 11011 | 1000000 |
Color Harmonies of #BB898F
Complementary color
Monochromatic Colors of #BB898F
Black with #BB898F
Text Example
Text Example
White with #BB898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB898F; }
p { color: rgb(187,137,143); }
H1.HeaderClassName
{
color: #BB898F;
}
.AnyTagClassName
{
color: #BB898F;
}
</style>
background-color css
<style>
a { background-color: #BB898F; }
a { background-color: rgb(187,137,143); }
div.DivClassName
{
background-color: #BB898F;
}
.BgClassName
{
background-color: #BB898F;
}
</style>
border-color css
<style>
span { border-color: #BB898F; }
span { border-color: rgb(187,137,143); }
td.TdClassName
{
border-color: #BB898F;
}
.TagClassName
{
border-color: #BB898F;
}
</style>