Shades of Viola #BD89A2
Tints of Viola #BD89A2
RGB
CMYK
RGB Variations
Color information
#BD89A2 (or 0xBD89A2) is known color: Viola. HEX triplet: BD, 89 and A2. RGB value is (189,137,162). Sum of RGB (Red+Green+Blue) = 189+137+162=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD89A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD89A2 is #42765D. Grayscale: #9B9B9B. Windows color (decimal): -4355678 or 10652093. OLE color: 10652093.
HSL color Cylindrical-coordinate representation of color #BD89A2: hue angle of 331.15º 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 #BD89A2 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 162 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.26 |
| HSL | 331.15º | 0.28% | 0.64% | - |
| HSV(B) | 331.15º | 0.28% | 0.74% | - |
| XYZ | 36.45 | 31.32 | 38.31 | - |
| YUV | 155.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 162 | 0 | 0.28 | 0.14 | 0.26 | 331.15 | 0.28 | 0.64 |
| Hex | BD | 89 | A2 | 0 | 1C | E | 1A | 14B | 1C | 40 |
| Octal | 275 | 211 | 242 | 0 | 34 | 16 | 32 | 513 | 34 | 100 |
| Binary | 10111101 | 10001001 | 10100010 | 0 | 11100 | 1110 | 11010 | 101001011 | 11100 | 1000000 |
Color Harmonies of #BD89A2
Complementary color
Monochromatic Colors of #BD89A2
Black with #BD89A2
Text Example
Text Example
White with #BD89A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD89A2; }
p { color: rgb(189,137,162); }
H1.HeaderClassName
{
color: #BD89A2;
}
.AnyTagClassName
{
color: #BD89A2;
}
</style>
background-color css
<style>
a { background-color: #BD89A2; }
a { background-color: rgb(189,137,162); }
div.DivClassName
{
background-color: #BD89A2;
}
.BgClassName
{
background-color: #BD89A2;
}
</style>
border-color css
<style>
span { border-color: #BD89A2; }
span { border-color: rgb(189,137,162); }
td.TdClassName
{
border-color: #BD89A2;
}
.TagClassName
{
border-color: #BD89A2;
}
</style>