Shades of Viola #BD8499
Tints of Viola #BD8499
RGB
CMYK
RGB Variations
Color information
#BD8499 (or 0xBD8499) is known color: Viola. HEX triplet: BD, 84 and 99. RGB value is (189,132,153). Sum of RGB (Red+Green+Blue) = 189+132+153=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8499 is #427B66. Grayscale: #979797. Windows color (decimal): -4356967 or 10060989. OLE color: 10060989.
HSL color Cylindrical-coordinate representation of color #BD8499: hue angle of 337.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD8499 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 153 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.26 |
| HSL | 337.89º | 0.3% | 0.63% | - |
| HSV(B) | 337.89º | 0.3% | 0.74% | - |
| XYZ | 34.99 | 29.62 | 34.01 | - |
| YUV | 151.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 153 | 0 | 0.30 | 0.19 | 0.26 | 337.89 | 0.3 | 0.63 |
| Hex | BD | 84 | 99 | 0 | 1E | 13 | 1A | 152 | 1E | 3F |
| Octal | 275 | 204 | 231 | 0 | 36 | 23 | 32 | 522 | 36 | 77 |
| Binary | 10111101 | 10000100 | 10011001 | 0 | 11110 | 10011 | 11010 | 101010010 | 11110 | 111111 |
Color Harmonies of #BD8499
Complementary color
Monochromatic Colors of #BD8499
Black with #BD8499
Text Example
Text Example
White with #BD8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8499; }
p { color: rgb(189,132,153); }
H1.HeaderClassName
{
color: #BD8499;
}
.AnyTagClassName
{
color: #BD8499;
}
</style>
background-color css
<style>
a { background-color: #BD8499; }
a { background-color: rgb(189,132,153); }
div.DivClassName
{
background-color: #BD8499;
}
.BgClassName
{
background-color: #BD8499;
}
</style>
border-color css
<style>
span { border-color: #BD8499; }
span { border-color: rgb(189,132,153); }
td.TdClassName
{
border-color: #BD8499;
}
.TagClassName
{
border-color: #BD8499;
}
</style>