Shades of Viola #BC9298
Tints of Viola #BC9298
RGB
CMYK
RGB Variations
Color information
#BC9298 (or 0xBC9298) is known color: Viola. HEX triplet: BC, 92 and 98. RGB value is (188,146,152). Sum of RGB (Red+Green+Blue) = 188+146+152=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9298 is #436D67. Grayscale: #9F9F9F. Windows color (decimal): -4418920 or 9999036. OLE color: 9999036.
HSL color Cylindrical-coordinate representation of color #BC9298: hue angle of 351.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9298 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 152 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.26 |
| HSL | 351.43º | 0.24% | 0.65% | - |
| HSV(B) | 351.43º | 0.22% | 0.74% | - |
| XYZ | 36.69 | 33.52 | 34.24 | - |
| YUV | 159.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 152 | 0 | 0.22 | 0.19 | 0.26 | 351.43 | 0.24 | 0.65 |
| Hex | BC | 92 | 98 | 0 | 16 | 13 | 1A | 15F | 18 | 41 |
| Octal | 274 | 222 | 230 | 0 | 26 | 23 | 32 | 537 | 30 | 101 |
| Binary | 10111100 | 10010010 | 10011000 | 0 | 10110 | 10011 | 11010 | 101011111 | 11000 | 1000001 |
Color Harmonies of #BC9298
Complementary color
Monochromatic Colors of #BC9298
Black with #BC9298
Text Example
Text Example
White with #BC9298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9298; }
p { color: rgb(188,146,152); }
H1.HeaderClassName
{
color: #BC9298;
}
.AnyTagClassName
{
color: #BC9298;
}
</style>
background-color css
<style>
a { background-color: #BC9298; }
a { background-color: rgb(188,146,152); }
div.DivClassName
{
background-color: #BC9298;
}
.BgClassName
{
background-color: #BC9298;
}
</style>
border-color css
<style>
span { border-color: #BC9298; }
span { border-color: rgb(188,146,152); }
td.TdClassName
{
border-color: #BC9298;
}
.TagClassName
{
border-color: #BC9298;
}
</style>