Shades of Viola #BB7F98
Tints of Viola #BB7F98
RGB
CMYK
RGB Variations
Color information
#BB7F98 (or 0xBB7F98) is known color: Viola. HEX triplet: BB, 7F and 98. RGB value is (187,127,152). Sum of RGB (Red+Green+Blue) = 187+127+152=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F98 is #448067. Grayscale: #939393. Windows color (decimal): -4489320 or 9994171. OLE color: 9994171.
HSL color Cylindrical-coordinate representation of color #BB7F98: hue angle of 335º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB7F98 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 127 | 152 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.27 |
| HSL | 335º | 0.31% | 0.62% | - |
| HSV(B) | 335º | 0.32% | 0.73% | - |
| XYZ | 33.75 | 28.01 | 33.33 | - |
| YUV | 147.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 152 | 0 | 0.32 | 0.19 | 0.27 | 335 | 0.31 | 0.62 |
| Hex | BB | 7F | 98 | 0 | 20 | 13 | 1B | 14F | 1F | 3E |
| Octal | 273 | 177 | 230 | 0 | 40 | 23 | 33 | 517 | 37 | 76 |
| Binary | 10111011 | 1111111 | 10011000 | 0 | 100000 | 10011 | 11011 | 101001111 | 11111 | 111110 |
Color Harmonies of #BB7F98
Complementary color
Monochromatic Colors of #BB7F98
Black with #BB7F98
Text Example
Text Example
White with #BB7F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7F98; }
p { color: rgb(187,127,152); }
H1.HeaderClassName
{
color: #BB7F98;
}
.AnyTagClassName
{
color: #BB7F98;
}
</style>
background-color css
<style>
a { background-color: #BB7F98; }
a { background-color: rgb(187,127,152); }
div.DivClassName
{
background-color: #BB7F98;
}
.BgClassName
{
background-color: #BB7F98;
}
</style>
border-color css
<style>
span { border-color: #BB7F98; }
span { border-color: rgb(187,127,152); }
td.TdClassName
{
border-color: #BB7F98;
}
.TagClassName
{
border-color: #BB7F98;
}
</style>