Shades of Viola #BB819C
Tints of Viola #BB819C
RGB
CMYK
RGB Variations
Color information
#BB819C (or 0xBB819C) is known color: Viola. HEX triplet: BB, 81 and 9C. RGB value is (187,129,156). Sum of RGB (Red+Green+Blue) = 187+129+156=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB819C is #447E63. Grayscale: #959595. Windows color (decimal): -4488804 or 10256827. OLE color: 10256827.
HSL color Cylindrical-coordinate representation of color #BB819C: hue angle of 332.07º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB819C is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 129 | 156 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.27 |
| HSL | 332.07º | 0.3% | 0.62% | - |
| HSV(B) | 332.07º | 0.31% | 0.73% | - |
| XYZ | 34.34 | 28.67 | 35.18 | - |
| YUV | 149.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 156 | 0 | 0.31 | 0.17 | 0.27 | 332.07 | 0.3 | 0.62 |
| Hex | BB | 81 | 9C | 0 | 1F | 11 | 1B | 14C | 1E | 3E |
| Octal | 273 | 201 | 234 | 0 | 37 | 21 | 33 | 514 | 36 | 76 |
| Binary | 10111011 | 10000001 | 10011100 | 0 | 11111 | 10001 | 11011 | 101001100 | 11110 | 111110 |
Color Harmonies of #BB819C
Complementary color
Monochromatic Colors of #BB819C
Black with #BB819C
Text Example
Text Example
White with #BB819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB819C; }
p { color: rgb(187,129,156); }
H1.HeaderClassName
{
color: #BB819C;
}
.AnyTagClassName
{
color: #BB819C;
}
</style>
background-color css
<style>
a { background-color: #BB819C; }
a { background-color: rgb(187,129,156); }
div.DivClassName
{
background-color: #BB819C;
}
.BgClassName
{
background-color: #BB819C;
}
</style>
border-color css
<style>
span { border-color: #BB819C; }
span { border-color: rgb(187,129,156); }
td.TdClassName
{
border-color: #BB819C;
}
.TagClassName
{
border-color: #BB819C;
}
</style>