Shades of Viola #BC8B9D
Tints of Viola #BC8B9D
RGB
CMYK
RGB Variations
Color information
#BC8B9D (or 0xBC8B9D) is known color: Viola. HEX triplet: BC, 8B and 9D. RGB value is (188,139,157). Sum of RGB (Red+Green+Blue) = 188+139+157=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8B9D is #437462. Grayscale: #9B9B9B. Windows color (decimal): -4420707 or 10324924. OLE color: 10324924.
HSL color Cylindrical-coordinate representation of color #BC8B9D: hue angle of 337.96º 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 #BC8B9D is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 157 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.26 |
| HSL | 337.96º | 0.27% | 0.64% | - |
| HSV(B) | 337.96º | 0.26% | 0.74% | - |
| XYZ | 36.06 | 31.59 | 36.1 | - |
| YUV | 155.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 157 | 0 | 0.26 | 0.16 | 0.26 | 337.96 | 0.27 | 0.64 |
| Hex | BC | 8B | 9D | 0 | 1A | 10 | 1A | 152 | 1B | 40 |
| Octal | 274 | 213 | 235 | 0 | 32 | 20 | 32 | 522 | 33 | 100 |
| Binary | 10111100 | 10001011 | 10011101 | 0 | 11010 | 10000 | 11010 | 101010010 | 11011 | 1000000 |
Color Harmonies of #BC8B9D
Complementary color
Monochromatic Colors of #BC8B9D
Black with #BC8B9D
Text Example
Text Example
White with #BC8B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B9D; }
p { color: rgb(188,139,157); }
H1.HeaderClassName
{
color: #BC8B9D;
}
.AnyTagClassName
{
color: #BC8B9D;
}
</style>
background-color css
<style>
a { background-color: #BC8B9D; }
a { background-color: rgb(188,139,157); }
div.DivClassName
{
background-color: #BC8B9D;
}
.BgClassName
{
background-color: #BC8B9D;
}
</style>
border-color css
<style>
span { border-color: #BC8B9D; }
span { border-color: rgb(188,139,157); }
td.TdClassName
{
border-color: #BC8B9D;
}
.TagClassName
{
border-color: #BC8B9D;
}
</style>