Shades of Viola #BB91A5
Tints of Viola #BB91A5
RGB
CMYK
RGB Variations
Color information
#BB91A5 (or 0xBB91A5) is known color: Viola. HEX triplet: BB, 91 and A5. RGB value is (187,145,165). Sum of RGB (Red+Green+Blue) = 187+145+165=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB91A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB91A5 is #446E5A. Grayscale: #9F9F9F. Windows color (decimal): -4484699 or 10850747. OLE color: 10850747.
HSL color Cylindrical-coordinate representation of color #BB91A5: hue angle of 331.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB91A5 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 165 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.27 |
| HSL | 331.43º | 0.24% | 0.65% | - |
| HSV(B) | 331.43º | 0.22% | 0.73% | - |
| XYZ | 37.41 | 33.53 | 40.1 | - |
| YUV | 159.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 165 | 0 | 0.22 | 0.12 | 0.27 | 331.43 | 0.24 | 0.65 |
| Hex | BB | 91 | A5 | 0 | 16 | C | 1B | 14B | 18 | 41 |
| Octal | 273 | 221 | 245 | 0 | 26 | 14 | 33 | 513 | 30 | 101 |
| Binary | 10111011 | 10010001 | 10100101 | 0 | 10110 | 1100 | 11011 | 101001011 | 11000 | 1000001 |
Color Harmonies of #BB91A5
Complementary color
Monochromatic Colors of #BB91A5
Black with #BB91A5
Text Example
Text Example
White with #BB91A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB91A5; }
p { color: rgb(187,145,165); }
H1.HeaderClassName
{
color: #BB91A5;
}
.AnyTagClassName
{
color: #BB91A5;
}
</style>
background-color css
<style>
a { background-color: #BB91A5; }
a { background-color: rgb(187,145,165); }
div.DivClassName
{
background-color: #BB91A5;
}
.BgClassName
{
background-color: #BB91A5;
}
</style>
border-color css
<style>
span { border-color: #BB91A5; }
span { border-color: rgb(187,145,165); }
td.TdClassName
{
border-color: #BB91A5;
}
.TagClassName
{
border-color: #BB91A5;
}
</style>