Shades of Viola #BD889A
Tints of Viola #BD889A
RGB
CMYK
RGB Variations
Color information
#BD889A (or 0xBD889A) is known color: Viola. HEX triplet: BD, 88 and 9A. RGB value is (189,136,154). Sum of RGB (Red+Green+Blue) = 189+136+154=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD889A is #427765. Grayscale: #999999. Windows color (decimal): -4355942 or 10127549. OLE color: 10127549.
HSL color Cylindrical-coordinate representation of color #BD889A: hue angle of 339.62º degrees, saturation: 0.29, 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 #BD889A is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 154 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.26 |
| HSL | 339.62º | 0.29% | 0.64% | - |
| HSV(B) | 339.62º | 0.28% | 0.74% | - |
| XYZ | 35.62 | 30.76 | 34.63 | - |
| YUV | 153.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 154 | 0 | 0.28 | 0.19 | 0.26 | 339.62 | 0.29 | 0.64 |
| Hex | BD | 88 | 9A | 0 | 1C | 13 | 1A | 154 | 1D | 40 |
| Octal | 275 | 210 | 232 | 0 | 34 | 23 | 32 | 524 | 35 | 100 |
| Binary | 10111101 | 10001000 | 10011010 | 0 | 11100 | 10011 | 11010 | 101010100 | 11101 | 1000000 |
Color Harmonies of #BD889A
Complementary color
Monochromatic Colors of #BD889A
Black with #BD889A
Text Example
Text Example
White with #BD889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD889A; }
p { color: rgb(189,136,154); }
H1.HeaderClassName
{
color: #BD889A;
}
.AnyTagClassName
{
color: #BD889A;
}
</style>
background-color css
<style>
a { background-color: #BD889A; }
a { background-color: rgb(189,136,154); }
div.DivClassName
{
background-color: #BD889A;
}
.BgClassName
{
background-color: #BD889A;
}
</style>
border-color css
<style>
span { border-color: #BD889A; }
span { border-color: rgb(189,136,154); }
td.TdClassName
{
border-color: #BD889A;
}
.TagClassName
{
border-color: #BD889A;
}
</style>