Shades of Viola #B2898F
Tints of Viola #B2898F
RGB
CMYK
RGB Variations
Color information
#B2898F (or 0xB2898F) is known color: Viola. HEX triplet: B2, 89 and 8F. RGB value is (178,137,143). Sum of RGB (Red+Green+Blue) = 178+137+143=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B2898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2898F is #4D7670. Grayscale: #959595. Windows color (decimal): -5076593 or 9406898. OLE color: 9406898.
HSL color Cylindrical-coordinate representation of color #B2898F: hue angle of 351.22º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2898F is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 143 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.30 |
| HSL | 351.22º | 0.21% | 0.62% | - |
| HSV(B) | 351.22º | 0.23% | 0.7% | - |
| XYZ | 32.26 | 29.34 | 29.95 | - |
| YUV | 149.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 143 | 0 | 0.23 | 0.20 | 0.30 | 351.22 | 0.21 | 0.62 |
| Hex | B2 | 89 | 8F | 0 | 17 | 14 | 1E | 15F | 15 | 3E |
| Octal | 262 | 211 | 217 | 0 | 27 | 24 | 36 | 537 | 25 | 76 |
| Binary | 10110010 | 10001001 | 10001111 | 0 | 10111 | 10100 | 11110 | 101011111 | 10101 | 111110 |
Color Harmonies of #B2898F
Complementary color
Monochromatic Colors of #B2898F
Black with #B2898F
Text Example
Text Example
White with #B2898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2898F; }
p { color: rgb(178,137,143); }
H1.HeaderClassName
{
color: #B2898F;
}
.AnyTagClassName
{
color: #B2898F;
}
</style>
background-color css
<style>
a { background-color: #B2898F; }
a { background-color: rgb(178,137,143); }
div.DivClassName
{
background-color: #B2898F;
}
.BgClassName
{
background-color: #B2898F;
}
</style>
border-color css
<style>
span { border-color: #B2898F; }
span { border-color: rgb(178,137,143); }
td.TdClassName
{
border-color: #B2898F;
}
.TagClassName
{
border-color: #B2898F;
}
</style>