Shades of Viola #BC969F
Tints of Viola #BC969F
RGB
CMYK
RGB Variations
Color information
#BC969F (or 0xBC969F) is known color: Viola. HEX triplet: BC, 96 and 9F. RGB value is (188,150,159). Sum of RGB (Red+Green+Blue) = 188+150+159=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC969F is #436960. Grayscale: #A2A2A2. Windows color (decimal): -4417889 or 10458812. OLE color: 10458812.
HSL color Cylindrical-coordinate representation of color #BC969F: hue angle of 345.79º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC969F is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 159 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.26 |
| HSL | 345.79º | 0.22% | 0.66% | - |
| HSV(B) | 345.79º | 0.2% | 0.74% | - |
| XYZ | 37.9 | 35.01 | 37.56 | - |
| YUV | 162.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 159 | 0 | 0.20 | 0.15 | 0.26 | 345.79 | 0.22 | 0.66 |
| Hex | BC | 96 | 9F | 0 | 14 | F | 1A | 15A | 16 | 42 |
| Octal | 274 | 226 | 237 | 0 | 24 | 17 | 32 | 532 | 26 | 102 |
| Binary | 10111100 | 10010110 | 10011111 | 0 | 10100 | 1111 | 11010 | 101011010 | 10110 | 1000010 |
Color Harmonies of #BC969F
Complementary color
Monochromatic Colors of #BC969F
Black with #BC969F
Text Example
Text Example
White with #BC969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC969F; }
p { color: rgb(188,150,159); }
H1.HeaderClassName
{
color: #BC969F;
}
.AnyTagClassName
{
color: #BC969F;
}
</style>
background-color css
<style>
a { background-color: #BC969F; }
a { background-color: rgb(188,150,159); }
div.DivClassName
{
background-color: #BC969F;
}
.BgClassName
{
background-color: #BC969F;
}
</style>
border-color css
<style>
span { border-color: #BC969F; }
span { border-color: rgb(188,150,159); }
td.TdClassName
{
border-color: #BC969F;
}
.TagClassName
{
border-color: #BC969F;
}
</style>