Shades of Viola #BB8294
Tints of Viola #BB8294
RGB
CMYK
RGB Variations
Color information
#BB8294 (or 0xBB8294) is known color: Viola. HEX triplet: BB, 82 and 94. RGB value is (187,130,148). Sum of RGB (Red+Green+Blue) = 187+130+148=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8294 is #447D6B. Grayscale: #959595. Windows color (decimal): -4488556 or 9732795. OLE color: 9732795.
HSL color Cylindrical-coordinate representation of color #BB8294: hue angle of 341.05º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB8294 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 148 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.27 |
| HSL | 341.05º | 0.3% | 0.62% | - |
| HSV(B) | 341.05º | 0.3% | 0.73% | - |
| XYZ | 33.82 | 28.67 | 31.77 | - |
| YUV | 149.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 148 | 0 | 0.30 | 0.21 | 0.27 | 341.05 | 0.3 | 0.62 |
| Hex | BB | 82 | 94 | 0 | 1E | 15 | 1B | 155 | 1E | 3E |
| Octal | 273 | 202 | 224 | 0 | 36 | 25 | 33 | 525 | 36 | 76 |
| Binary | 10111011 | 10000010 | 10010100 | 0 | 11110 | 10101 | 11011 | 101010101 | 11110 | 111110 |
Color Harmonies of #BB8294
Complementary color
Monochromatic Colors of #BB8294
Black with #BB8294
Text Example
Text Example
White with #BB8294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8294; }
p { color: rgb(187,130,148); }
H1.HeaderClassName
{
color: #BB8294;
}
.AnyTagClassName
{
color: #BB8294;
}
</style>
background-color css
<style>
a { background-color: #BB8294; }
a { background-color: rgb(187,130,148); }
div.DivClassName
{
background-color: #BB8294;
}
.BgClassName
{
background-color: #BB8294;
}
</style>
border-color css
<style>
span { border-color: #BB8294; }
span { border-color: rgb(187,130,148); }
td.TdClassName
{
border-color: #BB8294;
}
.TagClassName
{
border-color: #BB8294;
}
</style>