Shades of Viola #BB8097
Tints of Viola #BB8097
RGB
CMYK
RGB Variations
Color information
#BB8097 (or 0xBB8097) is known color: Viola. HEX triplet: BB, 80 and 97. RGB value is (187,128,151). Sum of RGB (Red+Green+Blue) = 187+128+151=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8097 is #447F68. Grayscale: #949494. Windows color (decimal): -4489065 or 9928891. OLE color: 9928891.
HSL color Cylindrical-coordinate representation of color #BB8097: hue angle of 336.61º degrees, saturation: 0.3, 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 #BB8097 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 151 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.27 |
| HSL | 336.61º | 0.3% | 0.62% | - |
| HSV(B) | 336.61º | 0.32% | 0.73% | - |
| XYZ | 33.8 | 28.24 | 32.95 | - |
| YUV | 148.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 151 | 0 | 0.32 | 0.19 | 0.27 | 336.61 | 0.3 | 0.62 |
| Hex | BB | 80 | 97 | 0 | 20 | 13 | 1B | 151 | 1E | 3E |
| Octal | 273 | 200 | 227 | 0 | 40 | 23 | 33 | 521 | 36 | 76 |
| Binary | 10111011 | 10000000 | 10010111 | 0 | 100000 | 10011 | 11011 | 101010001 | 11110 | 111110 |
Color Harmonies of #BB8097
Complementary color
Monochromatic Colors of #BB8097
Black with #BB8097
Text Example
Text Example
White with #BB8097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8097; }
p { color: rgb(187,128,151); }
H1.HeaderClassName
{
color: #BB8097;
}
.AnyTagClassName
{
color: #BB8097;
}
</style>
background-color css
<style>
a { background-color: #BB8097; }
a { background-color: rgb(187,128,151); }
div.DivClassName
{
background-color: #BB8097;
}
.BgClassName
{
background-color: #BB8097;
}
</style>
border-color css
<style>
span { border-color: #BB8097; }
span { border-color: rgb(187,128,151); }
td.TdClassName
{
border-color: #BB8097;
}
.TagClassName
{
border-color: #BB8097;
}
</style>