Shades of Viola #BE87A4
Tints of Viola #BE87A4
RGB
CMYK
RGB Variations
Color information
#BE87A4 (or 0xBE87A4) is known color: Viola. HEX triplet: BE, 87 and A4. RGB value is (190,135,164). Sum of RGB (Red+Green+Blue) = 190+135+164=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE87A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE87A4 is #41785B. Grayscale: #9A9A9A. Windows color (decimal): -4290652 or 10782654. OLE color: 10782654.
HSL color Cylindrical-coordinate representation of color #BE87A4: hue angle of 328.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE87A4 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 164 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.25 |
| HSL | 328.36º | 0.3% | 0.64% | - |
| HSV(B) | 328.36º | 0.29% | 0.75% | - |
| XYZ | 36.6 | 30.96 | 39.17 | - |
| YUV | 154.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 164 | 0 | 0.29 | 0.14 | 0.25 | 328.36 | 0.3 | 0.64 |
| Hex | BE | 87 | A4 | 0 | 1D | E | 19 | 148 | 1E | 40 |
| Octal | 276 | 207 | 244 | 0 | 35 | 16 | 31 | 510 | 36 | 100 |
| Binary | 10111110 | 10000111 | 10100100 | 0 | 11101 | 1110 | 11001 | 101001000 | 11110 | 1000000 |
Color Harmonies of #BE87A4
Complementary color
Monochromatic Colors of #BE87A4
Black with #BE87A4
Text Example
Text Example
White with #BE87A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE87A4; }
p { color: rgb(190,135,164); }
H1.HeaderClassName
{
color: #BE87A4;
}
.AnyTagClassName
{
color: #BE87A4;
}
</style>
background-color css
<style>
a { background-color: #BE87A4; }
a { background-color: rgb(190,135,164); }
div.DivClassName
{
background-color: #BE87A4;
}
.BgClassName
{
background-color: #BE87A4;
}
</style>
border-color css
<style>
span { border-color: #BE87A4; }
span { border-color: rgb(190,135,164); }
td.TdClassName
{
border-color: #BE87A4;
}
.TagClassName
{
border-color: #BE87A4;
}
</style>