Shades of Viola #BD899F
Tints of Viola #BD899F
RGB
CMYK
RGB Variations
Color information
#BD899F (or 0xBD899F) is known color: Viola. HEX triplet: BD, 89 and 9F. RGB value is (189,137,159). Sum of RGB (Red+Green+Blue) = 189+137+159=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD899F is #427660. Grayscale: #9B9B9B. Windows color (decimal): -4355681 or 10455485. OLE color: 10455485.
HSL color Cylindrical-coordinate representation of color #BD899F: hue angle of 334.62º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD899F is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 159 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.26 |
| HSL | 334.62º | 0.28% | 0.64% | - |
| HSV(B) | 334.62º | 0.28% | 0.74% | - |
| XYZ | 36.19 | 31.21 | 36.92 | - |
| YUV | 155.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 159 | 0 | 0.28 | 0.16 | 0.26 | 334.62 | 0.28 | 0.64 |
| Hex | BD | 89 | 9F | 0 | 1C | 10 | 1A | 14F | 1C | 40 |
| Octal | 275 | 211 | 237 | 0 | 34 | 20 | 32 | 517 | 34 | 100 |
| Binary | 10111101 | 10001001 | 10011111 | 0 | 11100 | 10000 | 11010 | 101001111 | 11100 | 1000000 |
Color Harmonies of #BD899F
Complementary color
Monochromatic Colors of #BD899F
Black with #BD899F
Text Example
Text Example
White with #BD899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD899F; }
p { color: rgb(189,137,159); }
H1.HeaderClassName
{
color: #BD899F;
}
.AnyTagClassName
{
color: #BD899F;
}
</style>
background-color css
<style>
a { background-color: #BD899F; }
a { background-color: rgb(189,137,159); }
div.DivClassName
{
background-color: #BD899F;
}
.BgClassName
{
background-color: #BD899F;
}
</style>
border-color css
<style>
span { border-color: #BD899F; }
span { border-color: rgb(189,137,159); }
td.TdClassName
{
border-color: #BD899F;
}
.TagClassName
{
border-color: #BD899F;
}
</style>