Shades of Viola #BE9399
Tints of Viola #BE9399
RGB
CMYK
RGB Variations
Color information
#BE9399 (or 0xBE9399) is known color: Viola. HEX triplet: BE, 93 and 99. RGB value is (190,147,153). Sum of RGB (Red+Green+Blue) = 190+147+153=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9399 is #416C66. Grayscale: #A0A0A0. Windows color (decimal): -4287591 or 10064830. OLE color: 10064830.
HSL color Cylindrical-coordinate representation of color #BE9399: hue angle of 351.63º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE9399 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 153 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.25 |
| HSL | 351.63º | 0.25% | 0.66% | - |
| HSV(B) | 351.63º | 0.23% | 0.75% | - |
| XYZ | 37.42 | 34.11 | 34.75 | - |
| YUV | 160.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 153 | 0 | 0.23 | 0.19 | 0.25 | 351.63 | 0.25 | 0.66 |
| Hex | BE | 93 | 99 | 0 | 17 | 13 | 19 | 160 | 19 | 42 |
| Octal | 276 | 223 | 231 | 0 | 27 | 23 | 31 | 540 | 31 | 102 |
| Binary | 10111110 | 10010011 | 10011001 | 0 | 10111 | 10011 | 11001 | 101100000 | 11001 | 1000010 |
Color Harmonies of #BE9399
Complementary color
Monochromatic Colors of #BE9399
Black with #BE9399
Text Example
Text Example
White with #BE9399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9399; }
p { color: rgb(190,147,153); }
H1.HeaderClassName
{
color: #BE9399;
}
.AnyTagClassName
{
color: #BE9399;
}
</style>
background-color css
<style>
a { background-color: #BE9399; }
a { background-color: rgb(190,147,153); }
div.DivClassName
{
background-color: #BE9399;
}
.BgClassName
{
background-color: #BE9399;
}
</style>
border-color css
<style>
span { border-color: #BE9399; }
span { border-color: rgb(190,147,153); }
td.TdClassName
{
border-color: #BE9399;
}
.TagClassName
{
border-color: #BE9399;
}
</style>