Shades of Viola #BD8D95
Tints of Viola #BD8D95
RGB
CMYK
RGB Variations
Color information
#BD8D95 (or 0xBD8D95) is known color: Viola. HEX triplet: BD, 8D and 95. RGB value is (189,141,149). Sum of RGB (Red+Green+Blue) = 189+141+149=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8D95 is #42726A. Grayscale: #9C9C9C. Windows color (decimal): -4354667 or 9801149. OLE color: 9801149.
HSL color Cylindrical-coordinate representation of color #BD8D95: hue angle of 350º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD8D95 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 149 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.26 |
| HSL | 350º | 0.27% | 0.65% | - |
| HSV(B) | 350º | 0.25% | 0.74% | - |
| XYZ | 35.94 | 32.04 | 32.72 | - |
| YUV | 156.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 149 | 0 | 0.25 | 0.21 | 0.26 | 350 | 0.27 | 0.65 |
| Hex | BD | 8D | 95 | 0 | 19 | 15 | 1A | 15E | 1B | 41 |
| Octal | 275 | 215 | 225 | 0 | 31 | 25 | 32 | 536 | 33 | 101 |
| Binary | 10111101 | 10001101 | 10010101 | 0 | 11001 | 10101 | 11010 | 101011110 | 11011 | 1000001 |
Color Harmonies of #BD8D95
Complementary color
Monochromatic Colors of #BD8D95
Black with #BD8D95
Text Example
Text Example
White with #BD8D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D95; }
p { color: rgb(189,141,149); }
H1.HeaderClassName
{
color: #BD8D95;
}
.AnyTagClassName
{
color: #BD8D95;
}
</style>
background-color css
<style>
a { background-color: #BD8D95; }
a { background-color: rgb(189,141,149); }
div.DivClassName
{
background-color: #BD8D95;
}
.BgClassName
{
background-color: #BD8D95;
}
</style>
border-color css
<style>
span { border-color: #BD8D95; }
span { border-color: rgb(189,141,149); }
td.TdClassName
{
border-color: #BD8D95;
}
.TagClassName
{
border-color: #BD8D95;
}
</style>