Shades of Viola #BD88A1
Tints of Viola #BD88A1
RGB
CMYK
RGB Variations
Color information
#BD88A1 (or 0xBD88A1) is known color: Viola. HEX triplet: BD, 88 and A1. RGB value is (189,136,161). Sum of RGB (Red+Green+Blue) = 189+136+161=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD88A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD88A1 is #42775E. Grayscale: #9A9A9A. Windows color (decimal): -4355935 or 10586301. OLE color: 10586301.
HSL color Cylindrical-coordinate representation of color #BD88A1: hue angle of 331.7º 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 #BD88A1 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 161 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.26 |
| HSL | 331.7º | 0.29% | 0.64% | - |
| HSV(B) | 331.7º | 0.28% | 0.74% | - |
| XYZ | 36.22 | 31 | 37.79 | - |
| YUV | 154.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 161 | 0 | 0.28 | 0.15 | 0.26 | 331.7 | 0.29 | 0.64 |
| Hex | BD | 88 | A1 | 0 | 1C | F | 1A | 14C | 1D | 40 |
| Octal | 275 | 210 | 241 | 0 | 34 | 17 | 32 | 514 | 35 | 100 |
| Binary | 10111101 | 10001000 | 10100001 | 0 | 11100 | 1111 | 11010 | 101001100 | 11101 | 1000000 |
Color Harmonies of #BD88A1
Complementary color
Monochromatic Colors of #BD88A1
Black with #BD88A1
Text Example
Text Example
White with #BD88A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD88A1; }
p { color: rgb(189,136,161); }
H1.HeaderClassName
{
color: #BD88A1;
}
.AnyTagClassName
{
color: #BD88A1;
}
</style>
background-color css
<style>
a { background-color: #BD88A1; }
a { background-color: rgb(189,136,161); }
div.DivClassName
{
background-color: #BD88A1;
}
.BgClassName
{
background-color: #BD88A1;
}
</style>
border-color css
<style>
span { border-color: #BD88A1; }
span { border-color: rgb(189,136,161); }
td.TdClassName
{
border-color: #BD88A1;
}
.TagClassName
{
border-color: #BD88A1;
}
</style>