Shades of Viola #BE909A
Tints of Viola #BE909A
RGB
CMYK
RGB Variations
Color information
#BE909A (or 0xBE909A) is known color: Viola. HEX triplet: BE, 90 and 9A. RGB value is (190,144,154). Sum of RGB (Red+Green+Blue) = 190+144+154=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE909A is #416F65. Grayscale: #9E9E9E. Windows color (decimal): -4288358 or 10129598. OLE color: 10129598.
HSL color Cylindrical-coordinate representation of color #BE909A: hue angle of 346.96º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE909A is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 154 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.25 |
| HSL | 346.96º | 0.26% | 0.65% | - |
| HSV(B) | 346.96º | 0.24% | 0.75% | - |
| XYZ | 37.04 | 33.23 | 35.03 | - |
| YUV | 158.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 154 | 0 | 0.24 | 0.19 | 0.25 | 346.96 | 0.26 | 0.65 |
| Hex | BE | 90 | 9A | 0 | 18 | 13 | 19 | 15B | 1A | 41 |
| Octal | 276 | 220 | 232 | 0 | 30 | 23 | 31 | 533 | 32 | 101 |
| Binary | 10111110 | 10010000 | 10011010 | 0 | 11000 | 10011 | 11001 | 101011011 | 11010 | 1000001 |
Color Harmonies of #BE909A
Complementary color
Monochromatic Colors of #BE909A
Black with #BE909A
Text Example
Text Example
White with #BE909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE909A; }
p { color: rgb(190,144,154); }
H1.HeaderClassName
{
color: #BE909A;
}
.AnyTagClassName
{
color: #BE909A;
}
</style>
background-color css
<style>
a { background-color: #BE909A; }
a { background-color: rgb(190,144,154); }
div.DivClassName
{
background-color: #BE909A;
}
.BgClassName
{
background-color: #BE909A;
}
</style>
border-color css
<style>
span { border-color: #BE909A; }
span { border-color: rgb(190,144,154); }
td.TdClassName
{
border-color: #BE909A;
}
.TagClassName
{
border-color: #BE909A;
}
</style>