Shades of Viola #BD979F
Tints of Viola #BD979F
RGB
CMYK
RGB Variations
Color information
#BD979F (or 0xBD979F) is known color: Viola. HEX triplet: BD, 97 and 9F. RGB value is (189,151,159). Sum of RGB (Red+Green+Blue) = 189+151+159=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD979F is #426860. Grayscale: #A3A3A3. Windows color (decimal): -4352097 or 10459069. OLE color: 10459069.
HSL color Cylindrical-coordinate representation of color #BD979F: hue angle of 347.37º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD979F is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 159 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.26 |
| HSL | 347.37º | 0.22% | 0.67% | - |
| HSV(B) | 347.37º | 0.2% | 0.74% | - |
| XYZ | 38.31 | 35.46 | 37.63 | - |
| YUV | 163.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 159 | 0 | 0.20 | 0.16 | 0.26 | 347.37 | 0.22 | 0.67 |
| Hex | BD | 97 | 9F | 0 | 14 | 10 | 1A | 15B | 16 | 43 |
| Octal | 275 | 227 | 237 | 0 | 24 | 20 | 32 | 533 | 26 | 103 |
| Binary | 10111101 | 10010111 | 10011111 | 0 | 10100 | 10000 | 11010 | 101011011 | 10110 | 1000011 |
Color Harmonies of #BD979F
Complementary color
Monochromatic Colors of #BD979F
Black with #BD979F
Text Example
Text Example
White with #BD979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD979F; }
p { color: rgb(189,151,159); }
H1.HeaderClassName
{
color: #BD979F;
}
.AnyTagClassName
{
color: #BD979F;
}
</style>
background-color css
<style>
a { background-color: #BD979F; }
a { background-color: rgb(189,151,159); }
div.DivClassName
{
background-color: #BD979F;
}
.BgClassName
{
background-color: #BD979F;
}
</style>
border-color css
<style>
span { border-color: #BD979F; }
span { border-color: rgb(189,151,159); }
td.TdClassName
{
border-color: #BD979F;
}
.TagClassName
{
border-color: #BD979F;
}
</style>