Shades of Viola #BD87A1
Tints of Viola #BD87A1
RGB
CMYK
RGB Variations
Color information
#BD87A1 (or 0xBD87A1) is known color: Viola. HEX triplet: BD, 87 and A1. RGB value is (189,135,161). Sum of RGB (Red+Green+Blue) = 189+135+161=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD87A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD87A1 is #42785E. Grayscale: #9A9A9A. Windows color (decimal): -4356191 or 10586045. OLE color: 10586045.
HSL color Cylindrical-coordinate representation of color #BD87A1: hue angle of 331.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD87A1 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 161 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.26 |
| HSL | 331.11º | 0.29% | 0.64% | - |
| HSV(B) | 331.11º | 0.29% | 0.74% | - |
| XYZ | 36.08 | 30.72 | 37.75 | - |
| YUV | 154.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 161 | 0 | 0.29 | 0.15 | 0.26 | 331.11 | 0.29 | 0.64 |
| Hex | BD | 87 | A1 | 0 | 1D | F | 1A | 14B | 1D | 40 |
| Octal | 275 | 207 | 241 | 0 | 35 | 17 | 32 | 513 | 35 | 100 |
| Binary | 10111101 | 10000111 | 10100001 | 0 | 11101 | 1111 | 11010 | 101001011 | 11101 | 1000000 |
Color Harmonies of #BD87A1
Complementary color
Monochromatic Colors of #BD87A1
Black with #BD87A1
Text Example
Text Example
White with #BD87A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87A1; }
p { color: rgb(189,135,161); }
H1.HeaderClassName
{
color: #BD87A1;
}
.AnyTagClassName
{
color: #BD87A1;
}
</style>
background-color css
<style>
a { background-color: #BD87A1; }
a { background-color: rgb(189,135,161); }
div.DivClassName
{
background-color: #BD87A1;
}
.BgClassName
{
background-color: #BD87A1;
}
</style>
border-color css
<style>
span { border-color: #BD87A1; }
span { border-color: rgb(189,135,161); }
td.TdClassName
{
border-color: #BD87A1;
}
.TagClassName
{
border-color: #BD87A1;
}
</style>