Shades of Viola #BB8F9C
Tints of Viola #BB8F9C
RGB
CMYK
RGB Variations
Color information
#BB8F9C (or 0xBB8F9C) is known color: Viola. HEX triplet: BB, 8F and 9C. RGB value is (187,143,156). Sum of RGB (Red+Green+Blue) = 187+143+156=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F9C is #447063. Grayscale: #9D9D9D. Windows color (decimal): -4485220 or 10260411. OLE color: 10260411.
HSL color Cylindrical-coordinate representation of color #BB8F9C: hue angle of 342.27º 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 #BB8F9C is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 156 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.27 |
| HSL | 342.27º | 0.24% | 0.65% | - |
| HSV(B) | 342.27º | 0.24% | 0.73% | - |
| XYZ | 36.32 | 32.61 | 35.83 | - |
| YUV | 157.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 156 | 0 | 0.24 | 0.17 | 0.27 | 342.27 | 0.24 | 0.65 |
| Hex | BB | 8F | 9C | 0 | 18 | 11 | 1B | 156 | 18 | 41 |
| Octal | 273 | 217 | 234 | 0 | 30 | 21 | 33 | 526 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10011100 | 0 | 11000 | 10001 | 11011 | 101010110 | 11000 | 1000001 |
Color Harmonies of #BB8F9C
Complementary color
Monochromatic Colors of #BB8F9C
Black with #BB8F9C
Text Example
Text Example
White with #BB8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F9C; }
p { color: rgb(187,143,156); }
H1.HeaderClassName
{
color: #BB8F9C;
}
.AnyTagClassName
{
color: #BB8F9C;
}
</style>
background-color css
<style>
a { background-color: #BB8F9C; }
a { background-color: rgb(187,143,156); }
div.DivClassName
{
background-color: #BB8F9C;
}
.BgClassName
{
background-color: #BB8F9C;
}
</style>
border-color css
<style>
span { border-color: #BB8F9C; }
span { border-color: rgb(187,143,156); }
td.TdClassName
{
border-color: #BB8F9C;
}
.TagClassName
{
border-color: #BB8F9C;
}
</style>