Shades of Viola #BC95A5
Tints of Viola #BC95A5
RGB
CMYK
RGB Variations
Color information
#BC95A5 (or 0xBC95A5) is known color: Viola. HEX triplet: BC, 95 and A5. RGB value is (188,149,165). Sum of RGB (Red+Green+Blue) = 188+149+165=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC95A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC95A5 is #436A5A. Grayscale: #A2A2A2. Windows color (decimal): -4418139 or 10851772. OLE color: 10851772.
HSL color Cylindrical-coordinate representation of color #BC95A5: hue angle of 335.38º 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 #BC95A5 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 165 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.26 |
| HSL | 335.38º | 0.23% | 0.66% | - |
| HSV(B) | 335.38º | 0.21% | 0.74% | - |
| XYZ | 38.28 | 34.9 | 40.32 | - |
| YUV | 162.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 165 | 0 | 0.21 | 0.12 | 0.26 | 335.38 | 0.23 | 0.66 |
| Hex | BC | 95 | A5 | 0 | 15 | C | 1A | 14F | 17 | 42 |
| Octal | 274 | 225 | 245 | 0 | 25 | 14 | 32 | 517 | 27 | 102 |
| Binary | 10111100 | 10010101 | 10100101 | 0 | 10101 | 1100 | 11010 | 101001111 | 10111 | 1000010 |
Color Harmonies of #BC95A5
Complementary color
Monochromatic Colors of #BC95A5
Black with #BC95A5
Text Example
Text Example
White with #BC95A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC95A5; }
p { color: rgb(188,149,165); }
H1.HeaderClassName
{
color: #BC95A5;
}
.AnyTagClassName
{
color: #BC95A5;
}
</style>
background-color css
<style>
a { background-color: #BC95A5; }
a { background-color: rgb(188,149,165); }
div.DivClassName
{
background-color: #BC95A5;
}
.BgClassName
{
background-color: #BC95A5;
}
</style>
border-color css
<style>
span { border-color: #BC95A5; }
span { border-color: rgb(188,149,165); }
td.TdClassName
{
border-color: #BC95A5;
}
.TagClassName
{
border-color: #BC95A5;
}
</style>