Shades of Viola #BD909F
Tints of Viola #BD909F
RGB
CMYK
RGB Variations
Color information
#BD909F (or 0xBD909F) is known color: Viola. HEX triplet: BD, 90 and 9F. RGB value is (189,144,159). Sum of RGB (Red+Green+Blue) = 189+144+159=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD909F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD909F is #426F60. Grayscale: #9F9F9F. Windows color (decimal): -4353889 or 10457277. OLE color: 10457277.
HSL color Cylindrical-coordinate representation of color #BD909F: hue angle of 340º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD909F is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 159 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.26 |
| HSL | 340º | 0.25% | 0.65% | - |
| HSV(B) | 340º | 0.24% | 0.74% | - |
| XYZ | 37.22 | 33.27 | 37.26 | - |
| YUV | 159.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 159 | 0 | 0.24 | 0.16 | 0.26 | 340 | 0.25 | 0.65 |
| Hex | BD | 90 | 9F | 0 | 18 | 10 | 1A | 154 | 19 | 41 |
| Octal | 275 | 220 | 237 | 0 | 30 | 20 | 32 | 524 | 31 | 101 |
| Binary | 10111101 | 10010000 | 10011111 | 0 | 11000 | 10000 | 11010 | 101010100 | 11001 | 1000001 |
Color Harmonies of #BD909F
Complementary color
Monochromatic Colors of #BD909F
Black with #BD909F
Text Example
Text Example
White with #BD909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD909F; }
p { color: rgb(189,144,159); }
H1.HeaderClassName
{
color: #BD909F;
}
.AnyTagClassName
{
color: #BD909F;
}
</style>
background-color css
<style>
a { background-color: #BD909F; }
a { background-color: rgb(189,144,159); }
div.DivClassName
{
background-color: #BD909F;
}
.BgClassName
{
background-color: #BD909F;
}
</style>
border-color css
<style>
span { border-color: #BD909F; }
span { border-color: rgb(189,144,159); }
td.TdClassName
{
border-color: #BD909F;
}
.TagClassName
{
border-color: #BD909F;
}
</style>