Shades of Viola #BC919B
Tints of Viola #BC919B
RGB
CMYK
RGB Variations
Color information
#BC919B (or 0xBC919B) is known color: Viola. HEX triplet: BC, 91 and 9B. RGB value is (188,145,155). Sum of RGB (Red+Green+Blue) = 188+145+155=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC919B is #436E64. Grayscale: #9F9F9F. Windows color (decimal): -4419173 or 10195388. OLE color: 10195388.
HSL color Cylindrical-coordinate representation of color #BC919B: hue angle of 346.05º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC919B is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 155 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.26 |
| HSL | 346.05º | 0.24% | 0.65% | - |
| HSV(B) | 346.05º | 0.23% | 0.74% | - |
| XYZ | 36.78 | 33.31 | 35.5 | - |
| YUV | 159 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 155 | 0 | 0.23 | 0.18 | 0.26 | 346.05 | 0.24 | 0.65 |
| Hex | BC | 91 | 9B | 0 | 17 | 12 | 1A | 15A | 18 | 41 |
| Octal | 274 | 221 | 233 | 0 | 27 | 22 | 32 | 532 | 30 | 101 |
| Binary | 10111100 | 10010001 | 10011011 | 0 | 10111 | 10010 | 11010 | 101011010 | 11000 | 1000001 |
Color Harmonies of #BC919B
Complementary color
Monochromatic Colors of #BC919B
Black with #BC919B
Text Example
Text Example
White with #BC919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC919B; }
p { color: rgb(188,145,155); }
H1.HeaderClassName
{
color: #BC919B;
}
.AnyTagClassName
{
color: #BC919B;
}
</style>
background-color css
<style>
a { background-color: #BC919B; }
a { background-color: rgb(188,145,155); }
div.DivClassName
{
background-color: #BC919B;
}
.BgClassName
{
background-color: #BC919B;
}
</style>
border-color css
<style>
span { border-color: #BC919B; }
span { border-color: rgb(188,145,155); }
td.TdClassName
{
border-color: #BC919B;
}
.TagClassName
{
border-color: #BC919B;
}
</style>