Shades of Viola #BB8F98
Tints of Viola #BB8F98
RGB
CMYK
RGB Variations
Color information
#BB8F98 (or 0xBB8F98) is known color: Viola. HEX triplet: BB, 8F and 98. RGB value is (187,143,152). Sum of RGB (Red+Green+Blue) = 187+143+152=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F98 is #447067. Grayscale: #9D9D9D. Windows color (decimal): -4485224 or 9998267. OLE color: 9998267.
HSL color Cylindrical-coordinate representation of color #BB8F98: hue angle of 347.73º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8F98 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 152 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.27 |
| HSL | 347.73º | 0.24% | 0.65% | - |
| HSV(B) | 347.73º | 0.24% | 0.73% | - |
| XYZ | 35.98 | 32.48 | 34.08 | - |
| YUV | 157.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 152 | 0 | 0.24 | 0.19 | 0.27 | 347.73 | 0.24 | 0.65 |
| Hex | BB | 8F | 98 | 0 | 18 | 13 | 1B | 15C | 18 | 41 |
| Octal | 273 | 217 | 230 | 0 | 30 | 23 | 33 | 534 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10011000 | 0 | 11000 | 10011 | 11011 | 101011100 | 11000 | 1000001 |
Color Harmonies of #BB8F98
Complementary color
Monochromatic Colors of #BB8F98
Black with #BB8F98
Text Example
Text Example
White with #BB8F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F98; }
p { color: rgb(187,143,152); }
H1.HeaderClassName
{
color: #BB8F98;
}
.AnyTagClassName
{
color: #BB8F98;
}
</style>
background-color css
<style>
a { background-color: #BB8F98; }
a { background-color: rgb(187,143,152); }
div.DivClassName
{
background-color: #BB8F98;
}
.BgClassName
{
background-color: #BB8F98;
}
</style>
border-color css
<style>
span { border-color: #BB8F98; }
span { border-color: rgb(187,143,152); }
td.TdClassName
{
border-color: #BB8F98;
}
.TagClassName
{
border-color: #BB8F98;
}
</style>