Shades of Viola #BB8F9D
Tints of Viola #BB8F9D
RGB
CMYK
RGB Variations
Color information
#BB8F9D (or 0xBB8F9D) is known color: Viola. HEX triplet: BB, 8F and 9D. RGB value is (187,143,157). Sum of RGB (Red+Green+Blue) = 187+143+157=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F9D is #447062. Grayscale: #9D9D9D. Windows color (decimal): -4485219 or 10325947. OLE color: 10325947.
HSL color Cylindrical-coordinate representation of color #BB8F9D: hue angle of 340.91º 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 #BB8F9D is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 157 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.27 |
| HSL | 340.91º | 0.24% | 0.65% | - |
| HSV(B) | 340.91º | 0.24% | 0.73% | - |
| XYZ | 36.4 | 32.64 | 36.28 | - |
| YUV | 157.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 157 | 0 | 0.24 | 0.16 | 0.27 | 340.91 | 0.24 | 0.65 |
| Hex | BB | 8F | 9D | 0 | 18 | 10 | 1B | 155 | 18 | 41 |
| Octal | 273 | 217 | 235 | 0 | 30 | 20 | 33 | 525 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10011101 | 0 | 11000 | 10000 | 11011 | 101010101 | 11000 | 1000001 |
Color Harmonies of #BB8F9D
Complementary color
Monochromatic Colors of #BB8F9D
Black with #BB8F9D
Text Example
Text Example
White with #BB8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F9D; }
p { color: rgb(187,143,157); }
H1.HeaderClassName
{
color: #BB8F9D;
}
.AnyTagClassName
{
color: #BB8F9D;
}
</style>
background-color css
<style>
a { background-color: #BB8F9D; }
a { background-color: rgb(187,143,157); }
div.DivClassName
{
background-color: #BB8F9D;
}
.BgClassName
{
background-color: #BB8F9D;
}
</style>
border-color css
<style>
span { border-color: #BB8F9D; }
span { border-color: rgb(187,143,157); }
td.TdClassName
{
border-color: #BB8F9D;
}
.TagClassName
{
border-color: #BB8F9D;
}
</style>