Shades of Viola #BC99A4
Tints of Viola #BC99A4
RGB
CMYK
RGB Variations
Color information
#BC99A4 (or 0xBC99A4) is known color: Viola. HEX triplet: BC, 99 and A4. RGB value is (188,153,164). Sum of RGB (Red+Green+Blue) = 188+153+164=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC99A4 is #43665B. Grayscale: #A4A4A4. Windows color (decimal): -4417116 or 10787260. OLE color: 10787260.
HSL color Cylindrical-coordinate representation of color #BC99A4: hue angle of 341.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC99A4 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 164 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.26 |
| HSL | 341.14º | 0.21% | 0.67% | - |
| HSV(B) | 341.14º | 0.19% | 0.74% | - |
| XYZ | 38.83 | 36.15 | 40.05 | - |
| YUV | 164.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 164 | 0 | 0.19 | 0.13 | 0.26 | 341.14 | 0.21 | 0.67 |
| Hex | BC | 99 | A4 | 0 | 13 | D | 1A | 155 | 15 | 43 |
| Octal | 274 | 231 | 244 | 0 | 23 | 15 | 32 | 525 | 25 | 103 |
| Binary | 10111100 | 10011001 | 10100100 | 0 | 10011 | 1101 | 11010 | 101010101 | 10101 | 1000011 |
Color Harmonies of #BC99A4
Complementary color
Monochromatic Colors of #BC99A4
Black with #BC99A4
Text Example
Text Example
White with #BC99A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99A4; }
p { color: rgb(188,153,164); }
H1.HeaderClassName
{
color: #BC99A4;
}
.AnyTagClassName
{
color: #BC99A4;
}
</style>
background-color css
<style>
a { background-color: #BC99A4; }
a { background-color: rgb(188,153,164); }
div.DivClassName
{
background-color: #BC99A4;
}
.BgClassName
{
background-color: #BC99A4;
}
</style>
border-color css
<style>
span { border-color: #BC99A4; }
span { border-color: rgb(188,153,164); }
td.TdClassName
{
border-color: #BC99A4;
}
.TagClassName
{
border-color: #BC99A4;
}
</style>