Shades of Medium Orchid #BE49CE
Tints of Medium Orchid #BE49CE
RGB
CMYK
RGB Variations
Color information
#BE49CE (or 0xBE49CE) is known color: Medium Orchid. HEX triplet: BE, 49 and CE. RGB value is (190,73,206). Sum of RGB (Red+Green+Blue) = 190+73+206=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49CE is #41B631. Grayscale: #7A7A7A. Windows color (decimal): -4306482 or 13519294. OLE color: 13519294.
HSL color Cylindrical-coordinate representation of color #BE49CE: hue angle of 292.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE49CE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 73 | 206 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.19 |
| HSL | 292.78º | 0.58% | 0.55% | - |
| HSV(B) | 292.78º | 0.65% | 0.81% | - |
| XYZ | 34.76 | 20.17 | 60.45 | - |
| YUV | 123.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 206 | 0.08 | 0.65 | 0 | 0.19 | 292.78 | 0.58 | 0.55 |
| Hex | BE | 49 | CE | 8 | 41 | 0 | 13 | 125 | 3A | 37 |
| Octal | 276 | 111 | 316 | 10 | 101 | 0 | 23 | 445 | 72 | 67 |
| Binary | 10111110 | 1001001 | 11001110 | 1000 | 1000001 | 0 | 10011 | 100100101 | 111010 | 110111 |
Color Harmonies of #BE49CE
Complementary color
Monochromatic Colors of #BE49CE
Black with #BE49CE
Text Example
Text Example
White with #BE49CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49CE; }
p { color: rgb(190,73,206); }
H1.HeaderClassName
{
color: #BE49CE;
}
.AnyTagClassName
{
color: #BE49CE;
}
</style>
background-color css
<style>
a { background-color: #BE49CE; }
a { background-color: rgb(190,73,206); }
div.DivClassName
{
background-color: #BE49CE;
}
.BgClassName
{
background-color: #BE49CE;
}
</style>
border-color css
<style>
span { border-color: #BE49CE; }
span { border-color: rgb(190,73,206); }
td.TdClassName
{
border-color: #BE49CE;
}
.TagClassName
{
border-color: #BE49CE;
}
</style>