Shades of Viola #BC7F99
Tints of Viola #BC7F99
RGB
CMYK
RGB Variations
Color information
#BC7F99 (or 0xBC7F99) is known color: Viola. HEX triplet: BC, 7F and 99. RGB value is (188,127,153). Sum of RGB (Red+Green+Blue) = 188+127+153=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F99 is #438066. Grayscale: #949494. Windows color (decimal): -4423783 or 10059708. OLE color: 10059708.
HSL color Cylindrical-coordinate representation of color #BC7F99: hue angle of 334.43º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7F99 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 153 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.26 |
| HSL | 334.43º | 0.31% | 0.62% | - |
| HSV(B) | 334.43º | 0.32% | 0.74% | - |
| XYZ | 34.08 | 28.17 | 33.78 | - |
| YUV | 148.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 153 | 0 | 0.32 | 0.19 | 0.26 | 334.43 | 0.31 | 0.62 |
| Hex | BC | 7F | 99 | 0 | 20 | 13 | 1A | 14E | 1F | 3E |
| Octal | 274 | 177 | 231 | 0 | 40 | 23 | 32 | 516 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10011001 | 0 | 100000 | 10011 | 11010 | 101001110 | 11111 | 111110 |
Color Harmonies of #BC7F99
Complementary color
Monochromatic Colors of #BC7F99
Black with #BC7F99
Text Example
Text Example
White with #BC7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F99; }
p { color: rgb(188,127,153); }
H1.HeaderClassName
{
color: #BC7F99;
}
.AnyTagClassName
{
color: #BC7F99;
}
</style>
background-color css
<style>
a { background-color: #BC7F99; }
a { background-color: rgb(188,127,153); }
div.DivClassName
{
background-color: #BC7F99;
}
.BgClassName
{
background-color: #BC7F99;
}
</style>
border-color css
<style>
span { border-color: #BC7F99; }
span { border-color: rgb(188,127,153); }
td.TdClassName
{
border-color: #BC7F99;
}
.TagClassName
{
border-color: #BC7F99;
}
</style>