Shades of Viola #BC99A3
Tints of Viola #BC99A3
RGB
CMYK
RGB Variations
Color information
#BC99A3 (or 0xBC99A3) is known color: Viola. HEX triplet: BC, 99 and A3. RGB value is (188,153,163). Sum of RGB (Red+Green+Blue) = 188+153+163=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC99A3 is #43665C. Grayscale: #A4A4A4. Windows color (decimal): -4417117 or 10721724. OLE color: 10721724.
HSL color Cylindrical-coordinate representation of color #BC99A3: hue angle of 342.86º 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 #BC99A3 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 163 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.26 |
| HSL | 342.86º | 0.21% | 0.67% | - |
| HSV(B) | 342.86º | 0.19% | 0.74% | - |
| XYZ | 38.74 | 36.12 | 39.58 | - |
| YUV | 164.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 163 | 0 | 0.19 | 0.13 | 0.26 | 342.86 | 0.21 | 0.67 |
| Hex | BC | 99 | A3 | 0 | 13 | D | 1A | 157 | 15 | 43 |
| Octal | 274 | 231 | 243 | 0 | 23 | 15 | 32 | 527 | 25 | 103 |
| Binary | 10111100 | 10011001 | 10100011 | 0 | 10011 | 1101 | 11010 | 101010111 | 10101 | 1000011 |
Color Harmonies of #BC99A3
Complementary color
Monochromatic Colors of #BC99A3
Black with #BC99A3
Text Example
Text Example
White with #BC99A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99A3; }
p { color: rgb(188,153,163); }
H1.HeaderClassName
{
color: #BC99A3;
}
.AnyTagClassName
{
color: #BC99A3;
}
</style>
background-color css
<style>
a { background-color: #BC99A3; }
a { background-color: rgb(188,153,163); }
div.DivClassName
{
background-color: #BC99A3;
}
.BgClassName
{
background-color: #BC99A3;
}
</style>
border-color css
<style>
span { border-color: #BC99A3; }
span { border-color: rgb(188,153,163); }
td.TdClassName
{
border-color: #BC99A3;
}
.TagClassName
{
border-color: #BC99A3;
}
</style>