Shades of Viola #BC8299
Tints of Viola #BC8299
RGB
CMYK
RGB Variations
Color information
#BC8299 (or 0xBC8299) is known color: Viola. HEX triplet: BC, 82 and 99. RGB value is (188,130,153). Sum of RGB (Red+Green+Blue) = 188+130+153=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8299 is #437D66. Grayscale: #959595. Windows color (decimal): -4423015 or 10060476. OLE color: 10060476.
HSL color Cylindrical-coordinate representation of color #BC8299: hue angle of 336.21º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8299 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 153 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.26 |
| HSL | 336.21º | 0.3% | 0.62% | - |
| HSV(B) | 336.21º | 0.31% | 0.74% | - |
| XYZ | 34.47 | 28.96 | 33.91 | - |
| YUV | 149.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 153 | 0 | 0.31 | 0.19 | 0.26 | 336.21 | 0.3 | 0.62 |
| Hex | BC | 82 | 99 | 0 | 1F | 13 | 1A | 150 | 1E | 3E |
| Octal | 274 | 202 | 231 | 0 | 37 | 23 | 32 | 520 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10011001 | 0 | 11111 | 10011 | 11010 | 101010000 | 11110 | 111110 |
Color Harmonies of #BC8299
Complementary color
Monochromatic Colors of #BC8299
Black with #BC8299
Text Example
Text Example
White with #BC8299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8299; }
p { color: rgb(188,130,153); }
H1.HeaderClassName
{
color: #BC8299;
}
.AnyTagClassName
{
color: #BC8299;
}
</style>
background-color css
<style>
a { background-color: #BC8299; }
a { background-color: rgb(188,130,153); }
div.DivClassName
{
background-color: #BC8299;
}
.BgClassName
{
background-color: #BC8299;
}
</style>
border-color css
<style>
span { border-color: #BC8299; }
span { border-color: rgb(188,130,153); }
td.TdClassName
{
border-color: #BC8299;
}
.TagClassName
{
border-color: #BC8299;
}
</style>