Shades of Viola #BD959D
Tints of Viola #BD959D
RGB
CMYK
RGB Variations
Color information
#BD959D (or 0xBD959D) is known color: Viola. HEX triplet: BD, 95 and 9D. RGB value is (189,149,157). Sum of RGB (Red+Green+Blue) = 189+149+157=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD959D is #426A62. Grayscale: #A1A1A1. Windows color (decimal): -4352611 or 10327485. OLE color: 10327485.
HSL color Cylindrical-coordinate representation of color #BD959D: hue angle of 348º 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 #BD959D is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 157 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.26 |
| HSL | 348º | 0.23% | 0.66% | - |
| HSV(B) | 348º | 0.21% | 0.74% | - |
| XYZ | 37.82 | 34.75 | 36.61 | - |
| YUV | 161.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 157 | 0 | 0.21 | 0.17 | 0.26 | 348 | 0.23 | 0.66 |
| Hex | BD | 95 | 9D | 0 | 15 | 11 | 1A | 15C | 17 | 42 |
| Octal | 275 | 225 | 235 | 0 | 25 | 21 | 32 | 534 | 27 | 102 |
| Binary | 10111101 | 10010101 | 10011101 | 0 | 10101 | 10001 | 11010 | 101011100 | 10111 | 1000010 |
Color Harmonies of #BD959D
Complementary color
Monochromatic Colors of #BD959D
Black with #BD959D
Text Example
Text Example
White with #BD959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD959D; }
p { color: rgb(189,149,157); }
H1.HeaderClassName
{
color: #BD959D;
}
.AnyTagClassName
{
color: #BD959D;
}
</style>
background-color css
<style>
a { background-color: #BD959D; }
a { background-color: rgb(189,149,157); }
div.DivClassName
{
background-color: #BD959D;
}
.BgClassName
{
background-color: #BD959D;
}
</style>
border-color css
<style>
span { border-color: #BD959D; }
span { border-color: rgb(189,149,157); }
td.TdClassName
{
border-color: #BD959D;
}
.TagClassName
{
border-color: #BD959D;
}
</style>