Shades of Viola #BB9DA5
Tints of Viola #BB9DA5
RGB
CMYK
RGB Variations
Color information
#BB9DA5 (or 0xBB9DA5) is known color: Viola. HEX triplet: BB, 9D and A5. RGB value is (187,157,165). Sum of RGB (Red+Green+Blue) = 187+157+165=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9DA5 is #44625A. Grayscale: #A6A6A6. Windows color (decimal): -4481627 or 10853819. OLE color: 10853819.
HSL color Cylindrical-coordinate representation of color #BB9DA5: hue angle of 344º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9DA5 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 157 | 165 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.27 |
| HSL | 344º | 0.18% | 0.67% | - |
| HSV(B) | 344º | 0.16% | 0.73% | - |
| XYZ | 39.34 | 37.4 | 40.74 | - |
| YUV | 166.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 165 | 0 | 0.16 | 0.12 | 0.27 | 344 | 0.18 | 0.67 |
| Hex | BB | 9D | A5 | 0 | 10 | C | 1B | 158 | 12 | 43 |
| Octal | 273 | 235 | 245 | 0 | 20 | 14 | 33 | 530 | 22 | 103 |
| Binary | 10111011 | 10011101 | 10100101 | 0 | 10000 | 1100 | 11011 | 101011000 | 10010 | 1000011 |
Color Harmonies of #BB9DA5
Complementary color
Monochromatic Colors of #BB9DA5
Black with #BB9DA5
Text Example
Text Example
White with #BB9DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DA5; }
p { color: rgb(187,157,165); }
H1.HeaderClassName
{
color: #BB9DA5;
}
.AnyTagClassName
{
color: #BB9DA5;
}
</style>
background-color css
<style>
a { background-color: #BB9DA5; }
a { background-color: rgb(187,157,165); }
div.DivClassName
{
background-color: #BB9DA5;
}
.BgClassName
{
background-color: #BB9DA5;
}
</style>
border-color css
<style>
span { border-color: #BB9DA5; }
span { border-color: rgb(187,157,165); }
td.TdClassName
{
border-color: #BB9DA5;
}
.TagClassName
{
border-color: #BB9DA5;
}
</style>