Shades of Viola #BB8A8B
Tints of Viola #BB8A8B
RGB
CMYK
RGB Variations
Color information
#BB8A8B (or 0xBB8A8B) is known color: Viola. HEX triplet: BB, 8A and 8B. RGB value is (187,138,139). Sum of RGB (Red+Green+Blue) = 187+138+139=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8A8B is #447574. Grayscale: #989898. Windows color (decimal): -4486517 or 9145019. OLE color: 9145019.
HSL color Cylindrical-coordinate representation of color #BB8A8B: hue angle of 358.78º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8A8B is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 138 | 139 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.27 |
| HSL | 358.78º | 0.26% | 0.64% | - |
| HSV(B) | 358.78º | 0.26% | 0.73% | - |
| XYZ | 34.24 | 30.61 | 28.53 | - |
| YUV | 152.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 139 | 0 | 0.26 | 0.26 | 0.27 | 358.78 | 0.26 | 0.64 |
| Hex | BB | 8A | 8B | 0 | 1A | 1A | 1B | 167 | 1A | 40 |
| Octal | 273 | 212 | 213 | 0 | 32 | 32 | 33 | 547 | 32 | 100 |
| Binary | 10111011 | 10001010 | 10001011 | 0 | 11010 | 11010 | 11011 | 101100111 | 11010 | 1000000 |
Color Harmonies of #BB8A8B
Complementary color
Monochromatic Colors of #BB8A8B
Black with #BB8A8B
Text Example
Text Example
White with #BB8A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8A8B; }
p { color: rgb(187,138,139); }
H1.HeaderClassName
{
color: #BB8A8B;
}
.AnyTagClassName
{
color: #BB8A8B;
}
</style>
background-color css
<style>
a { background-color: #BB8A8B; }
a { background-color: rgb(187,138,139); }
div.DivClassName
{
background-color: #BB8A8B;
}
.BgClassName
{
background-color: #BB8A8B;
}
</style>
border-color css
<style>
span { border-color: #BB8A8B; }
span { border-color: rgb(187,138,139); }
td.TdClassName
{
border-color: #BB8A8B;
}
.TagClassName
{
border-color: #BB8A8B;
}
</style>