Shades of Viola #BC9094
Tints of Viola #BC9094
RGB
CMYK
RGB Variations
Color information
#BC9094 (or 0xBC9094) is known color: Viola. HEX triplet: BC, 90 and 94. RGB value is (188,144,148). Sum of RGB (Red+Green+Blue) = 188+144+148=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9094 is #436F6B. Grayscale: #9D9D9D. Windows color (decimal): -4419436 or 9736380. OLE color: 9736380.
HSL color Cylindrical-coordinate representation of color #BC9094: hue angle of 354.55º 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 #BC9094 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 148 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.26 |
| HSL | 354.55º | 0.25% | 0.65% | - |
| HSV(B) | 354.55º | 0.23% | 0.74% | - |
| XYZ | 36.06 | 32.78 | 32.44 | - |
| YUV | 157.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 148 | 0 | 0.23 | 0.21 | 0.26 | 354.55 | 0.25 | 0.65 |
| Hex | BC | 90 | 94 | 0 | 17 | 15 | 1A | 163 | 19 | 41 |
| Octal | 274 | 220 | 224 | 0 | 27 | 25 | 32 | 543 | 31 | 101 |
| Binary | 10111100 | 10010000 | 10010100 | 0 | 10111 | 10101 | 11010 | 101100011 | 11001 | 1000001 |
Color Harmonies of #BC9094
Complementary color
Monochromatic Colors of #BC9094
Black with #BC9094
Text Example
Text Example
White with #BC9094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9094; }
p { color: rgb(188,144,148); }
H1.HeaderClassName
{
color: #BC9094;
}
.AnyTagClassName
{
color: #BC9094;
}
</style>
background-color css
<style>
a { background-color: #BC9094; }
a { background-color: rgb(188,144,148); }
div.DivClassName
{
background-color: #BC9094;
}
.BgClassName
{
background-color: #BC9094;
}
</style>
border-color css
<style>
span { border-color: #BC9094; }
span { border-color: rgb(188,144,148); }
td.TdClassName
{
border-color: #BC9094;
}
.TagClassName
{
border-color: #BC9094;
}
</style>