Shades of Viola #BC7F9B
Tints of Viola #BC7F9B
RGB
CMYK
RGB Variations
Color information
#BC7F9B (or 0xBC7F9B) is known color: Viola. HEX triplet: BC, 7F and 9B. RGB value is (188,127,155). Sum of RGB (Red+Green+Blue) = 188+127+155=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F9B is #438064. Grayscale: #949494. Windows color (decimal): -4423781 or 10190780. OLE color: 10190780.
HSL color Cylindrical-coordinate representation of color #BC7F9B: hue angle of 332.46º 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 #BC7F9B is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 155 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.26 |
| HSL | 332.46º | 0.31% | 0.62% | - |
| HSV(B) | 332.46º | 0.32% | 0.74% | - |
| XYZ | 34.24 | 28.24 | 34.66 | - |
| YUV | 148.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 155 | 0 | 0.32 | 0.18 | 0.26 | 332.46 | 0.31 | 0.62 |
| Hex | BC | 7F | 9B | 0 | 20 | 12 | 1A | 14C | 1F | 3E |
| Octal | 274 | 177 | 233 | 0 | 40 | 22 | 32 | 514 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10011011 | 0 | 100000 | 10010 | 11010 | 101001100 | 11111 | 111110 |
Color Harmonies of #BC7F9B
Complementary color
Monochromatic Colors of #BC7F9B
Black with #BC7F9B
Text Example
Text Example
White with #BC7F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F9B; }
p { color: rgb(188,127,155); }
H1.HeaderClassName
{
color: #BC7F9B;
}
.AnyTagClassName
{
color: #BC7F9B;
}
</style>
background-color css
<style>
a { background-color: #BC7F9B; }
a { background-color: rgb(188,127,155); }
div.DivClassName
{
background-color: #BC7F9B;
}
.BgClassName
{
background-color: #BC7F9B;
}
</style>
border-color css
<style>
span { border-color: #BC7F9B; }
span { border-color: rgb(188,127,155); }
td.TdClassName
{
border-color: #BC7F9B;
}
.TagClassName
{
border-color: #BC7F9B;
}
</style>