Shades of Viola #BE91A4
Tints of Viola #BE91A4
RGB
CMYK
RGB Variations
Color information
#BE91A4 (or 0xBE91A4) is known color: Viola. HEX triplet: BE, 91 and A4. RGB value is (190,145,164). Sum of RGB (Red+Green+Blue) = 190+145+164=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BE91A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE91A4 is #416E5B. Grayscale: #A0A0A0. Windows color (decimal): -4288092 or 10785214. OLE color: 10785214.
HSL color Cylindrical-coordinate representation of color #BE91A4: hue angle of 334.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE91A4 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 164 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.25 |
| HSL | 334.67º | 0.26% | 0.66% | - |
| HSV(B) | 334.67º | 0.24% | 0.75% | - |
| XYZ | 38.06 | 33.88 | 39.66 | - |
| YUV | 160.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 164 | 0 | 0.24 | 0.14 | 0.25 | 334.67 | 0.26 | 0.66 |
| Hex | BE | 91 | A4 | 0 | 18 | E | 19 | 14F | 1A | 42 |
| Octal | 276 | 221 | 244 | 0 | 30 | 16 | 31 | 517 | 32 | 102 |
| Binary | 10111110 | 10010001 | 10100100 | 0 | 11000 | 1110 | 11001 | 101001111 | 11010 | 1000010 |
Color Harmonies of #BE91A4
Complementary color
Monochromatic Colors of #BE91A4
Black with #BE91A4
Text Example
Text Example
White with #BE91A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91A4; }
p { color: rgb(190,145,164); }
H1.HeaderClassName
{
color: #BE91A4;
}
.AnyTagClassName
{
color: #BE91A4;
}
</style>
background-color css
<style>
a { background-color: #BE91A4; }
a { background-color: rgb(190,145,164); }
div.DivClassName
{
background-color: #BE91A4;
}
.BgClassName
{
background-color: #BE91A4;
}
</style>
border-color css
<style>
span { border-color: #BE91A4; }
span { border-color: rgb(190,145,164); }
td.TdClassName
{
border-color: #BE91A4;
}
.TagClassName
{
border-color: #BE91A4;
}
</style>