Shades of Viola #BD959F
Tints of Viola #BD959F
RGB
CMYK
RGB Variations
Color information
#BD959F (or 0xBD959F) is known color: Viola. HEX triplet: BD, 95 and 9F. RGB value is (189,149,159). Sum of RGB (Red+Green+Blue) = 189+149+159=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BD959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD959F is #426A60. Grayscale: #A2A2A2. Windows color (decimal): -4352609 or 10458557. OLE color: 10458557.
HSL color Cylindrical-coordinate representation of color #BD959F: hue angle of 345º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD959F is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 159 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.26 |
| HSL | 345º | 0.23% | 0.66% | - |
| HSV(B) | 345º | 0.21% | 0.74% | - |
| XYZ | 37.99 | 34.82 | 37.52 | - |
| YUV | 162.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 159 | 0 | 0.21 | 0.16 | 0.26 | 345 | 0.23 | 0.66 |
| Hex | BD | 95 | 9F | 0 | 15 | 10 | 1A | 159 | 17 | 42 |
| Octal | 275 | 225 | 237 | 0 | 25 | 20 | 32 | 531 | 27 | 102 |
| Binary | 10111101 | 10010101 | 10011111 | 0 | 10101 | 10000 | 11010 | 101011001 | 10111 | 1000010 |
Color Harmonies of #BD959F
Complementary color
Monochromatic Colors of #BD959F
Black with #BD959F
Text Example
Text Example
White with #BD959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD959F; }
p { color: rgb(189,149,159); }
H1.HeaderClassName
{
color: #BD959F;
}
.AnyTagClassName
{
color: #BD959F;
}
</style>
background-color css
<style>
a { background-color: #BD959F; }
a { background-color: rgb(189,149,159); }
div.DivClassName
{
background-color: #BD959F;
}
.BgClassName
{
background-color: #BD959F;
}
</style>
border-color css
<style>
span { border-color: #BD959F; }
span { border-color: rgb(189,149,159); }
td.TdClassName
{
border-color: #BD959F;
}
.TagClassName
{
border-color: #BD959F;
}
</style>