Shades of Viola #BC949B
Tints of Viola #BC949B
RGB
CMYK
RGB Variations
Color information
#BC949B (or 0xBC949B) is known color: Viola. HEX triplet: BC, 94 and 9B. RGB value is (188,148,155). Sum of RGB (Red+Green+Blue) = 188+148+155=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC949B is #436B64. Grayscale: #A0A0A0. Windows color (decimal): -4418405 or 10196156. OLE color: 10196156.
HSL color Cylindrical-coordinate representation of color #BC949B: hue angle of 349.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC949B is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 155 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.26 |
| HSL | 349.5º | 0.23% | 0.66% | - |
| HSV(B) | 349.5º | 0.21% | 0.74% | - |
| XYZ | 37.25 | 34.24 | 35.66 | - |
| YUV | 160.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 155 | 0 | 0.21 | 0.18 | 0.26 | 349.5 | 0.23 | 0.66 |
| Hex | BC | 94 | 9B | 0 | 15 | 12 | 1A | 15E | 17 | 42 |
| Octal | 274 | 224 | 233 | 0 | 25 | 22 | 32 | 536 | 27 | 102 |
| Binary | 10111100 | 10010100 | 10011011 | 0 | 10101 | 10010 | 11010 | 101011110 | 10111 | 1000010 |
Color Harmonies of #BC949B
Complementary color
Monochromatic Colors of #BC949B
Black with #BC949B
Text Example
Text Example
White with #BC949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC949B; }
p { color: rgb(188,148,155); }
H1.HeaderClassName
{
color: #BC949B;
}
.AnyTagClassName
{
color: #BC949B;
}
</style>
background-color css
<style>
a { background-color: #BC949B; }
a { background-color: rgb(188,148,155); }
div.DivClassName
{
background-color: #BC949B;
}
.BgClassName
{
background-color: #BC949B;
}
</style>
border-color css
<style>
span { border-color: #BC949B; }
span { border-color: rgb(188,148,155); }
td.TdClassName
{
border-color: #BC949B;
}
.TagClassName
{
border-color: #BC949B;
}
</style>