Shades of Viola #BC8296
Tints of Viola #BC8296
RGB
CMYK
RGB Variations
Color information
#BC8296 (or 0xBC8296) is known color: Viola. HEX triplet: BC, 82 and 96. RGB value is (188,130,150). Sum of RGB (Red+Green+Blue) = 188+130+150=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8296 is #437D69. Grayscale: #959595. Windows color (decimal): -4423018 or 9863868. OLE color: 9863868.
HSL color Cylindrical-coordinate representation of color #BC8296: hue angle of 339.31º degrees, saturation: 0.3, 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 #BC8296 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 150 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.26 |
| HSL | 339.31º | 0.3% | 0.62% | - |
| HSV(B) | 339.31º | 0.31% | 0.74% | - |
| XYZ | 34.23 | 28.86 | 32.62 | - |
| YUV | 149.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 150 | 0 | 0.31 | 0.20 | 0.26 | 339.31 | 0.3 | 0.62 |
| Hex | BC | 82 | 96 | 0 | 1F | 14 | 1A | 153 | 1E | 3E |
| Octal | 274 | 202 | 226 | 0 | 37 | 24 | 32 | 523 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10010110 | 0 | 11111 | 10100 | 11010 | 101010011 | 11110 | 111110 |
Color Harmonies of #BC8296
Complementary color
Monochromatic Colors of #BC8296
Black with #BC8296
Text Example
Text Example
White with #BC8296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8296; }
p { color: rgb(188,130,150); }
H1.HeaderClassName
{
color: #BC8296;
}
.AnyTagClassName
{
color: #BC8296;
}
</style>
background-color css
<style>
a { background-color: #BC8296; }
a { background-color: rgb(188,130,150); }
div.DivClassName
{
background-color: #BC8296;
}
.BgClassName
{
background-color: #BC8296;
}
</style>
border-color css
<style>
span { border-color: #BC8296; }
span { border-color: rgb(188,130,150); }
td.TdClassName
{
border-color: #BC8296;
}
.TagClassName
{
border-color: #BC8296;
}
</style>