Shades of Viola #BD9195
Tints of Viola #BD9195
RGB
CMYK
RGB Variations
Color information
#BD9195 (or 0xBD9195) is known color: Viola. HEX triplet: BD, 91 and 95. RGB value is (189,145,149). Sum of RGB (Red+Green+Blue) = 189+145+149=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9195 is #426E6A. Grayscale: #9E9E9E. Windows color (decimal): -4353643 or 9802173. OLE color: 9802173.
HSL color Cylindrical-coordinate representation of color #BD9195: 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 #BD9195 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 149 | - |
| 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.54 | 33.24 | 32.92 | - |
| YUV | 158.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 149 | 0 | 0.23 | 0.21 | 0.26 | 354.55 | 0.25 | 0.65 |
| Hex | BD | 91 | 95 | 0 | 17 | 15 | 1A | 163 | 19 | 41 |
| Octal | 275 | 221 | 225 | 0 | 27 | 25 | 32 | 543 | 31 | 101 |
| Binary | 10111101 | 10010001 | 10010101 | 0 | 10111 | 10101 | 11010 | 101100011 | 11001 | 1000001 |
Color Harmonies of #BD9195
Complementary color
Monochromatic Colors of #BD9195
Black with #BD9195
Text Example
Text Example
White with #BD9195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9195; }
p { color: rgb(189,145,149); }
H1.HeaderClassName
{
color: #BD9195;
}
.AnyTagClassName
{
color: #BD9195;
}
</style>
background-color css
<style>
a { background-color: #BD9195; }
a { background-color: rgb(189,145,149); }
div.DivClassName
{
background-color: #BD9195;
}
.BgClassName
{
background-color: #BD9195;
}
</style>
border-color css
<style>
span { border-color: #BD9195; }
span { border-color: rgb(189,145,149); }
td.TdClassName
{
border-color: #BD9195;
}
.TagClassName
{
border-color: #BD9195;
}
</style>