Shades of Viola #BC9099
Tints of Viola #BC9099
RGB
CMYK
RGB Variations
Color information
#BC9099 (or 0xBC9099) is known color: Viola. HEX triplet: BC, 90 and 99. RGB value is (188,144,153). Sum of RGB (Red+Green+Blue) = 188+144+153=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9099 is #436F66. Grayscale: #9E9E9E. Windows color (decimal): -4419431 or 10064060. OLE color: 10064060.
HSL color Cylindrical-coordinate representation of color #BC9099: hue angle of 347.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC9099 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 153 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.26 |
| HSL | 347.73º | 0.25% | 0.65% | - |
| HSV(B) | 347.73º | 0.23% | 0.74% | - |
| XYZ | 36.46 | 32.94 | 34.57 | - |
| YUV | 158.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 153 | 0 | 0.23 | 0.19 | 0.26 | 347.73 | 0.25 | 0.65 |
| Hex | BC | 90 | 99 | 0 | 17 | 13 | 1A | 15C | 19 | 41 |
| Octal | 274 | 220 | 231 | 0 | 27 | 23 | 32 | 534 | 31 | 101 |
| Binary | 10111100 | 10010000 | 10011001 | 0 | 10111 | 10011 | 11010 | 101011100 | 11001 | 1000001 |
Color Harmonies of #BC9099
Complementary color
Monochromatic Colors of #BC9099
Black with #BC9099
Text Example
Text Example
White with #BC9099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9099; }
p { color: rgb(188,144,153); }
H1.HeaderClassName
{
color: #BC9099;
}
.AnyTagClassName
{
color: #BC9099;
}
</style>
background-color css
<style>
a { background-color: #BC9099; }
a { background-color: rgb(188,144,153); }
div.DivClassName
{
background-color: #BC9099;
}
.BgClassName
{
background-color: #BC9099;
}
</style>
border-color css
<style>
span { border-color: #BC9099; }
span { border-color: rgb(188,144,153); }
td.TdClassName
{
border-color: #BC9099;
}
.TagClassName
{
border-color: #BC9099;
}
</style>