Shades of Viola #BD87A0
Tints of Viola #BD87A0
RGB
CMYK
RGB Variations
Color information
#BD87A0 (or 0xBD87A0) is known color: Viola. HEX triplet: BD, 87 and A0. RGB value is (189,135,160). Sum of RGB (Red+Green+Blue) = 189+135+160=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD87A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD87A0 is #42785F. Grayscale: #999999. Windows color (decimal): -4356192 or 10520509. OLE color: 10520509.
HSL color Cylindrical-coordinate representation of color #BD87A0: hue angle of 332.22º 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 #BD87A0 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 160 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.26 |
| HSL | 332.22º | 0.29% | 0.64% | - |
| HSV(B) | 332.22º | 0.29% | 0.74% | - |
| XYZ | 36 | 30.68 | 37.28 | - |
| YUV | 154 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 160 | 0 | 0.29 | 0.15 | 0.26 | 332.22 | 0.29 | 0.64 |
| Hex | BD | 87 | A0 | 0 | 1D | F | 1A | 14C | 1D | 40 |
| Octal | 275 | 207 | 240 | 0 | 35 | 17 | 32 | 514 | 35 | 100 |
| Binary | 10111101 | 10000111 | 10100000 | 0 | 11101 | 1111 | 11010 | 101001100 | 11101 | 1000000 |
Color Harmonies of #BD87A0
Complementary color
Monochromatic Colors of #BD87A0
Black with #BD87A0
Text Example
Text Example
White with #BD87A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87A0; }
p { color: rgb(189,135,160); }
H1.HeaderClassName
{
color: #BD87A0;
}
.AnyTagClassName
{
color: #BD87A0;
}
</style>
background-color css
<style>
a { background-color: #BD87A0; }
a { background-color: rgb(189,135,160); }
div.DivClassName
{
background-color: #BD87A0;
}
.BgClassName
{
background-color: #BD87A0;
}
</style>
border-color css
<style>
span { border-color: #BD87A0; }
span { border-color: rgb(189,135,160); }
td.TdClassName
{
border-color: #BD87A0;
}
.TagClassName
{
border-color: #BD87A0;
}
</style>