Shades of Viola #BC8B9C
Tints of Viola #BC8B9C
RGB
CMYK
RGB Variations
Color information
#BC8B9C (or 0xBC8B9C) is known color: Viola. HEX triplet: BC, 8B and 9C. RGB value is (188,139,156). Sum of RGB (Red+Green+Blue) = 188+139+156=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8B9C is #437463. Grayscale: #9B9B9B. Windows color (decimal): -4420708 or 10259388. OLE color: 10259388.
HSL color Cylindrical-coordinate representation of color #BC8B9C: hue angle of 339.18º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8B9C is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 156 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.26 |
| HSL | 339.18º | 0.27% | 0.64% | - |
| HSV(B) | 339.18º | 0.26% | 0.74% | - |
| XYZ | 35.97 | 31.56 | 35.65 | - |
| YUV | 155.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 156 | 0 | 0.26 | 0.17 | 0.26 | 339.18 | 0.27 | 0.64 |
| Hex | BC | 8B | 9C | 0 | 1A | 11 | 1A | 153 | 1B | 40 |
| Octal | 274 | 213 | 234 | 0 | 32 | 21 | 32 | 523 | 33 | 100 |
| Binary | 10111100 | 10001011 | 10011100 | 0 | 11010 | 10001 | 11010 | 101010011 | 11011 | 1000000 |
Color Harmonies of #BC8B9C
Complementary color
Monochromatic Colors of #BC8B9C
Black with #BC8B9C
Text Example
Text Example
White with #BC8B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B9C; }
p { color: rgb(188,139,156); }
H1.HeaderClassName
{
color: #BC8B9C;
}
.AnyTagClassName
{
color: #BC8B9C;
}
</style>
background-color css
<style>
a { background-color: #BC8B9C; }
a { background-color: rgb(188,139,156); }
div.DivClassName
{
background-color: #BC8B9C;
}
.BgClassName
{
background-color: #BC8B9C;
}
</style>
border-color css
<style>
span { border-color: #BC8B9C; }
span { border-color: rgb(188,139,156); }
td.TdClassName
{
border-color: #BC8B9C;
}
.TagClassName
{
border-color: #BC8B9C;
}
</style>