Shades of Viola #BC8197
Tints of Viola #BC8197
RGB
CMYK
RGB Variations
Color information
#BC8197 (or 0xBC8197) is known color: Viola. HEX triplet: BC, 81 and 97. RGB value is (188,129,151). Sum of RGB (Red+Green+Blue) = 188+129+151=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8197 is #437E68. Grayscale: #959595. Windows color (decimal): -4423273 or 9929148. OLE color: 9929148.
HSL color Cylindrical-coordinate representation of color #BC8197: hue angle of 337.63º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8197 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 151 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.26 |
| HSL | 337.63º | 0.31% | 0.62% | - |
| HSV(B) | 337.63º | 0.31% | 0.74% | - |
| XYZ | 34.18 | 28.63 | 33 | - |
| YUV | 149.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 151 | 0 | 0.31 | 0.20 | 0.26 | 337.63 | 0.31 | 0.62 |
| Hex | BC | 81 | 97 | 0 | 1F | 14 | 1A | 152 | 1F | 3E |
| Octal | 274 | 201 | 227 | 0 | 37 | 24 | 32 | 522 | 37 | 76 |
| Binary | 10111100 | 10000001 | 10010111 | 0 | 11111 | 10100 | 11010 | 101010010 | 11111 | 111110 |
Color Harmonies of #BC8197
Complementary color
Monochromatic Colors of #BC8197
Black with #BC8197
Text Example
Text Example
White with #BC8197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8197; }
p { color: rgb(188,129,151); }
H1.HeaderClassName
{
color: #BC8197;
}
.AnyTagClassName
{
color: #BC8197;
}
</style>
background-color css
<style>
a { background-color: #BC8197; }
a { background-color: rgb(188,129,151); }
div.DivClassName
{
background-color: #BC8197;
}
.BgClassName
{
background-color: #BC8197;
}
</style>
border-color css
<style>
span { border-color: #BC8197; }
span { border-color: rgb(188,129,151); }
td.TdClassName
{
border-color: #BC8197;
}
.TagClassName
{
border-color: #BC8197;
}
</style>