Shades of Viola #BD87A3
Tints of Viola #BD87A3
RGB
CMYK
RGB Variations
Color information
#BD87A3 (or 0xBD87A3) is known color: Viola. HEX triplet: BD, 87 and A3. RGB value is (189,135,163). Sum of RGB (Red+Green+Blue) = 189+135+163=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD87A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD87A3 is #42785C. Grayscale: #9A9A9A. Windows color (decimal): -4356189 or 10717117. OLE color: 10717117.
HSL color Cylindrical-coordinate representation of color #BD87A3: hue angle of 328.89º 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 #BD87A3 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 163 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.26 |
| HSL | 328.89º | 0.29% | 0.64% | - |
| HSV(B) | 328.89º | 0.29% | 0.74% | - |
| XYZ | 36.26 | 30.79 | 38.68 | - |
| YUV | 154.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 163 | 0 | 0.29 | 0.14 | 0.26 | 328.89 | 0.29 | 0.64 |
| Hex | BD | 87 | A3 | 0 | 1D | E | 1A | 149 | 1D | 40 |
| Octal | 275 | 207 | 243 | 0 | 35 | 16 | 32 | 511 | 35 | 100 |
| Binary | 10111101 | 10000111 | 10100011 | 0 | 11101 | 1110 | 11010 | 101001001 | 11101 | 1000000 |
Color Harmonies of #BD87A3
Complementary color
Monochromatic Colors of #BD87A3
Black with #BD87A3
Text Example
Text Example
White with #BD87A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87A3; }
p { color: rgb(189,135,163); }
H1.HeaderClassName
{
color: #BD87A3;
}
.AnyTagClassName
{
color: #BD87A3;
}
</style>
background-color css
<style>
a { background-color: #BD87A3; }
a { background-color: rgb(189,135,163); }
div.DivClassName
{
background-color: #BD87A3;
}
.BgClassName
{
background-color: #BD87A3;
}
</style>
border-color css
<style>
span { border-color: #BD87A3; }
span { border-color: rgb(189,135,163); }
td.TdClassName
{
border-color: #BD87A3;
}
.TagClassName
{
border-color: #BD87A3;
}
</style>