Shades of Viola #BC8F9B
Tints of Viola #BC8F9B
RGB
CMYK
RGB Variations
Color information
#BC8F9B (or 0xBC8F9B) is known color: Viola. HEX triplet: BC, 8F and 9B. RGB value is (188,143,155). Sum of RGB (Red+Green+Blue) = 188+143+155=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F9B is #437064. Grayscale: #9D9D9D. Windows color (decimal): -4419685 or 10194876. OLE color: 10194876.
HSL color Cylindrical-coordinate representation of color #BC8F9B: hue angle of 344º degrees, saturation: 0.25, 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 #BC8F9B is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 155 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.26 |
| HSL | 344º | 0.25% | 0.65% | - |
| HSV(B) | 344º | 0.24% | 0.74% | - |
| XYZ | 36.48 | 32.7 | 35.4 | - |
| YUV | 157.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 155 | 0 | 0.24 | 0.18 | 0.26 | 344 | 0.25 | 0.65 |
| Hex | BC | 8F | 9B | 0 | 18 | 12 | 1A | 158 | 19 | 41 |
| Octal | 274 | 217 | 233 | 0 | 30 | 22 | 32 | 530 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10011011 | 0 | 11000 | 10010 | 11010 | 101011000 | 11001 | 1000001 |
Color Harmonies of #BC8F9B
Complementary color
Monochromatic Colors of #BC8F9B
Black with #BC8F9B
Text Example
Text Example
White with #BC8F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F9B; }
p { color: rgb(188,143,155); }
H1.HeaderClassName
{
color: #BC8F9B;
}
.AnyTagClassName
{
color: #BC8F9B;
}
</style>
background-color css
<style>
a { background-color: #BC8F9B; }
a { background-color: rgb(188,143,155); }
div.DivClassName
{
background-color: #BC8F9B;
}
.BgClassName
{
background-color: #BC8F9B;
}
</style>
border-color css
<style>
span { border-color: #BC8F9B; }
span { border-color: rgb(188,143,155); }
td.TdClassName
{
border-color: #BC8F9B;
}
.TagClassName
{
border-color: #BC8F9B;
}
</style>