Shades of Viola #BE8594
Tints of Viola #BE8594
RGB
CMYK
RGB Variations
Color information
#BE8594 (or 0xBE8594) is known color: Viola. HEX triplet: BE, 85 and 94. RGB value is (190,133,148). Sum of RGB (Red+Green+Blue) = 190+133+148=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8594 is #417A6B. Grayscale: #979797. Windows color (decimal): -4291180 or 9733566. OLE color: 9733566.
HSL color Cylindrical-coordinate representation of color #BE8594: hue angle of 344.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE8594 is Cyan = 0, Magento = 0.3, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 148 | - |
| CMYK | 0 | 0.3 | 0.22 | 0.25 |
| HSL | 344.21º | 0.3% | 0.63% | - |
| HSV(B) | 344.21º | 0.3% | 0.75% | - |
| XYZ | 34.97 | 29.86 | 31.94 | - |
| YUV | 151.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 148 | 0 | 0.3 | 0.22 | 0.25 | 344.21 | 0.3 | 0.63 |
| Hex | BE | 85 | 94 | 0 | 1E | 16 | 19 | 158 | 1E | 3F |
| Octal | 276 | 205 | 224 | 0 | 36 | 26 | 31 | 530 | 36 | 77 |
| Binary | 10111110 | 10000101 | 10010100 | 0 | 11110 | 10110 | 11001 | 101011000 | 11110 | 111111 |
Color Harmonies of #BE8594
Complementary color
Monochromatic Colors of #BE8594
Black with #BE8594
Text Example
Text Example
White with #BE8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8594; }
p { color: rgb(190,133,148); }
H1.HeaderClassName
{
color: #BE8594;
}
.AnyTagClassName
{
color: #BE8594;
}
</style>
background-color css
<style>
a { background-color: #BE8594; }
a { background-color: rgb(190,133,148); }
div.DivClassName
{
background-color: #BE8594;
}
.BgClassName
{
background-color: #BE8594;
}
</style>
border-color css
<style>
span { border-color: #BE8594; }
span { border-color: rgb(190,133,148); }
td.TdClassName
{
border-color: #BE8594;
}
.TagClassName
{
border-color: #BE8594;
}
</style>