Shades of Viola #BB9AA7
Tints of Viola #BB9AA7
RGB
CMYK
RGB Variations
Color information
#BB9AA7 (or 0xBB9AA7) is known color: Viola. HEX triplet: BB, 9A and A7. RGB value is (187,154,167). Sum of RGB (Red+Green+Blue) = 187+154+167=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9AA7 is #446558. Grayscale: #A5A5A5. Windows color (decimal): -4482393 or 10984123. OLE color: 10984123.
HSL color Cylindrical-coordinate representation of color #BB9AA7: hue angle of 336.36º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB9AA7 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 167 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.27 |
| HSL | 336.36º | 0.2% | 0.67% | - |
| HSV(B) | 336.36º | 0.18% | 0.73% | - |
| XYZ | 39.02 | 36.47 | 41.54 | - |
| YUV | 165.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 167 | 0 | 0.18 | 0.11 | 0.27 | 336.36 | 0.2 | 0.67 |
| Hex | BB | 9A | A7 | 0 | 12 | B | 1B | 150 | 14 | 43 |
| Octal | 273 | 232 | 247 | 0 | 22 | 13 | 33 | 520 | 24 | 103 |
| Binary | 10111011 | 10011010 | 10100111 | 0 | 10010 | 1011 | 11011 | 101010000 | 10100 | 1000011 |
Color Harmonies of #BB9AA7
Complementary color
Monochromatic Colors of #BB9AA7
Black with #BB9AA7
Text Example
Text Example
White with #BB9AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9AA7; }
p { color: rgb(187,154,167); }
H1.HeaderClassName
{
color: #BB9AA7;
}
.AnyTagClassName
{
color: #BB9AA7;
}
</style>
background-color css
<style>
a { background-color: #BB9AA7; }
a { background-color: rgb(187,154,167); }
div.DivClassName
{
background-color: #BB9AA7;
}
.BgClassName
{
background-color: #BB9AA7;
}
</style>
border-color css
<style>
span { border-color: #BB9AA7; }
span { border-color: rgb(187,154,167); }
td.TdClassName
{
border-color: #BB9AA7;
}
.TagClassName
{
border-color: #BB9AA7;
}
</style>