Shades of Viola #BE9198
Tints of Viola #BE9198
RGB
CMYK
RGB Variations
Color information
#BE9198 (or 0xBE9198) is known color: Viola. HEX triplet: BE, 91 and 98. RGB value is (190,145,152). Sum of RGB (Red+Green+Blue) = 190+145+152=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9198 is #416E67. Grayscale: #9F9F9F. Windows color (decimal): -4288104 or 9998782. OLE color: 9998782.
HSL color Cylindrical-coordinate representation of color #BE9198: hue angle of 350.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 #BE9198 is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 152 | - |
| CMYK | 0 | 0.24 | 0.2 | 0.25 |
| HSL | 350.67º | 0.26% | 0.66% | - |
| HSV(B) | 350.67º | 0.24% | 0.75% | - |
| XYZ | 37.03 | 33.46 | 34.21 | - |
| YUV | 159.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 152 | 0 | 0.24 | 0.2 | 0.25 | 350.67 | 0.26 | 0.66 |
| Hex | BE | 91 | 98 | 0 | 18 | 14 | 19 | 15F | 1A | 42 |
| Octal | 276 | 221 | 230 | 0 | 30 | 24 | 31 | 537 | 32 | 102 |
| Binary | 10111110 | 10010001 | 10011000 | 0 | 11000 | 10100 | 11001 | 101011111 | 11010 | 1000010 |
Color Harmonies of #BE9198
Complementary color
Monochromatic Colors of #BE9198
Black with #BE9198
Text Example
Text Example
White with #BE9198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9198; }
p { color: rgb(190,145,152); }
H1.HeaderClassName
{
color: #BE9198;
}
.AnyTagClassName
{
color: #BE9198;
}
</style>
background-color css
<style>
a { background-color: #BE9198; }
a { background-color: rgb(190,145,152); }
div.DivClassName
{
background-color: #BE9198;
}
.BgClassName
{
background-color: #BE9198;
}
</style>
border-color css
<style>
span { border-color: #BE9198; }
span { border-color: rgb(190,145,152); }
td.TdClassName
{
border-color: #BE9198;
}
.TagClassName
{
border-color: #BE9198;
}
</style>