Shades of Viola #BB8F9B
Tints of Viola #BB8F9B
RGB
CMYK
RGB Variations
Color information
#BB8F9B (or 0xBB8F9B) is known color: Viola. HEX triplet: BB, 8F and 9B. RGB value is (187,143,155). Sum of RGB (Red+Green+Blue) = 187+143+155=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F9B is #447064. Grayscale: #9D9D9D. Windows color (decimal): -4485221 or 10194875. OLE color: 10194875.
HSL color Cylindrical-coordinate representation of color #BB8F9B: hue angle of 343.64º 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 #BB8F9B is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 155 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.27 |
| HSL | 343.64º | 0.24% | 0.65% | - |
| HSV(B) | 343.64º | 0.24% | 0.73% | - |
| XYZ | 36.23 | 32.58 | 35.39 | - |
| YUV | 157.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 155 | 0 | 0.24 | 0.17 | 0.27 | 343.64 | 0.24 | 0.65 |
| Hex | BB | 8F | 9B | 0 | 18 | 11 | 1B | 158 | 18 | 41 |
| Octal | 273 | 217 | 233 | 0 | 30 | 21 | 33 | 530 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10011011 | 0 | 11000 | 10001 | 11011 | 101011000 | 11000 | 1000001 |
Color Harmonies of #BB8F9B
Complementary color
Monochromatic Colors of #BB8F9B
Black with #BB8F9B
Text Example
Text Example
White with #BB8F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F9B; }
p { color: rgb(187,143,155); }
H1.HeaderClassName
{
color: #BB8F9B;
}
.AnyTagClassName
{
color: #BB8F9B;
}
</style>
background-color css
<style>
a { background-color: #BB8F9B; }
a { background-color: rgb(187,143,155); }
div.DivClassName
{
background-color: #BB8F9B;
}
.BgClassName
{
background-color: #BB8F9B;
}
</style>
border-color css
<style>
span { border-color: #BB8F9B; }
span { border-color: rgb(187,143,155); }
td.TdClassName
{
border-color: #BB8F9B;
}
.TagClassName
{
border-color: #BB8F9B;
}
</style>