Shades of Viola #BC8E9B
Tints of Viola #BC8E9B
RGB
CMYK
RGB Variations
Color information
#BC8E9B (or 0xBC8E9B) is known color: Viola. HEX triplet: BC, 8E and 9B. RGB value is (188,142,155). Sum of RGB (Red+Green+Blue) = 188+142+155=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8E9B is #437164. Grayscale: #9D9D9D. Windows color (decimal): -4419941 or 10194620. OLE color: 10194620.
HSL color Cylindrical-coordinate representation of color #BC8E9B: hue angle of 343.04º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8E9B is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 155 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.26 |
| HSL | 343.04º | 0.26% | 0.65% | - |
| HSV(B) | 343.04º | 0.24% | 0.74% | - |
| XYZ | 36.33 | 32.4 | 35.35 | - |
| YUV | 157.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 155 | 0 | 0.24 | 0.18 | 0.26 | 343.04 | 0.26 | 0.65 |
| Hex | BC | 8E | 9B | 0 | 18 | 12 | 1A | 157 | 1A | 41 |
| Octal | 274 | 216 | 233 | 0 | 30 | 22 | 32 | 527 | 32 | 101 |
| Binary | 10111100 | 10001110 | 10011011 | 0 | 11000 | 10010 | 11010 | 101010111 | 11010 | 1000001 |
Color Harmonies of #BC8E9B
Complementary color
Monochromatic Colors of #BC8E9B
Black with #BC8E9B
Text Example
Text Example
White with #BC8E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8E9B; }
p { color: rgb(188,142,155); }
H1.HeaderClassName
{
color: #BC8E9B;
}
.AnyTagClassName
{
color: #BC8E9B;
}
</style>
background-color css
<style>
a { background-color: #BC8E9B; }
a { background-color: rgb(188,142,155); }
div.DivClassName
{
background-color: #BC8E9B;
}
.BgClassName
{
background-color: #BC8E9B;
}
</style>
border-color css
<style>
span { border-color: #BC8E9B; }
span { border-color: rgb(188,142,155); }
td.TdClassName
{
border-color: #BC8E9B;
}
.TagClassName
{
border-color: #BC8E9B;
}
</style>