Shades of Viola #BB8694
Tints of Viola #BB8694
RGB
CMYK
RGB Variations
Color information
#BB8694 (or 0xBB8694) is known color: Viola. HEX triplet: BB, 86 and 94. RGB value is (187,134,148). Sum of RGB (Red+Green+Blue) = 187+134+148=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8694 is #44796B. Grayscale: #979797. Windows color (decimal): -4487532 or 9733819. OLE color: 9733819.
HSL color Cylindrical-coordinate representation of color #BB8694: hue angle of 344.15º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB8694 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 148 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.27 |
| HSL | 344.15º | 0.28% | 0.63% | - |
| HSV(B) | 344.15º | 0.28% | 0.73% | - |
| XYZ | 34.36 | 29.75 | 31.95 | - |
| YUV | 151.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 148 | 0 | 0.28 | 0.21 | 0.27 | 344.15 | 0.28 | 0.63 |
| Hex | BB | 86 | 94 | 0 | 1C | 15 | 1B | 158 | 1C | 3F |
| Octal | 273 | 206 | 224 | 0 | 34 | 25 | 33 | 530 | 34 | 77 |
| Binary | 10111011 | 10000110 | 10010100 | 0 | 11100 | 10101 | 11011 | 101011000 | 11100 | 111111 |
Color Harmonies of #BB8694
Complementary color
Monochromatic Colors of #BB8694
Black with #BB8694
Text Example
Text Example
White with #BB8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8694; }
p { color: rgb(187,134,148); }
H1.HeaderClassName
{
color: #BB8694;
}
.AnyTagClassName
{
color: #BB8694;
}
</style>
background-color css
<style>
a { background-color: #BB8694; }
a { background-color: rgb(187,134,148); }
div.DivClassName
{
background-color: #BB8694;
}
.BgClassName
{
background-color: #BB8694;
}
</style>
border-color css
<style>
span { border-color: #BB8694; }
span { border-color: rgb(187,134,148); }
td.TdClassName
{
border-color: #BB8694;
}
.TagClassName
{
border-color: #BB8694;
}
</style>