Shades of Viola #BD939D
Tints of Viola #BD939D
RGB
CMYK
RGB Variations
Color information
#BD939D (or 0xBD939D) is known color: Viola. HEX triplet: BD, 93 and 9D. RGB value is (189,147,157). Sum of RGB (Red+Green+Blue) = 189+147+157=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD939D is #426C62. Grayscale: #A0A0A0. Windows color (decimal): -4353123 or 10326973. OLE color: 10326973.
HSL color Cylindrical-coordinate representation of color #BD939D: hue angle of 345.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD939D is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 157 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.26 |
| HSL | 345.71º | 0.24% | 0.66% | - |
| HSV(B) | 345.71º | 0.22% | 0.74% | - |
| XYZ | 37.51 | 34.12 | 36.51 | - |
| YUV | 160.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 157 | 0 | 0.22 | 0.17 | 0.26 | 345.71 | 0.24 | 0.66 |
| Hex | BD | 93 | 9D | 0 | 16 | 11 | 1A | 15A | 18 | 42 |
| Octal | 275 | 223 | 235 | 0 | 26 | 21 | 32 | 532 | 30 | 102 |
| Binary | 10111101 | 10010011 | 10011101 | 0 | 10110 | 10001 | 11010 | 101011010 | 11000 | 1000010 |
Color Harmonies of #BD939D
Complementary color
Monochromatic Colors of #BD939D
Black with #BD939D
Text Example
Text Example
White with #BD939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD939D; }
p { color: rgb(189,147,157); }
H1.HeaderClassName
{
color: #BD939D;
}
.AnyTagClassName
{
color: #BD939D;
}
</style>
background-color css
<style>
a { background-color: #BD939D; }
a { background-color: rgb(189,147,157); }
div.DivClassName
{
background-color: #BD939D;
}
.BgClassName
{
background-color: #BD939D;
}
</style>
border-color css
<style>
span { border-color: #BD939D; }
span { border-color: rgb(189,147,157); }
td.TdClassName
{
border-color: #BD939D;
}
.TagClassName
{
border-color: #BD939D;
}
</style>