Shades of Medium Orchid #BE49E9
Tints of Medium Orchid #BE49E9
RGB
CMYK
RGB Variations
Color information
#BE49E9 (or 0xBE49E9) is known color: Medium Orchid. HEX triplet: BE, 49 and E9. RGB value is (190,73,233). Sum of RGB (Red+Green+Blue) = 190+73+233=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE49E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE49E9 is #41B616. Grayscale: #7D7D7D. Windows color (decimal): -4306455 or 15288766. OLE color: 15288766.
HSL color Cylindrical-coordinate representation of color #BE49E9: hue angle of 283.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE49E9 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 73 | 233 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.09 |
| HSL | 283.88º | 0.78% | 0.6% | - |
| HSV(B) | 283.88º | 0.69% | 0.91% | - |
| XYZ | 38.33 | 21.6 | 79.24 | - |
| YUV | 126.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 233 | 0.18 | 0.69 | 0 | 0.09 | 283.88 | 0.78 | 0.6 |
| Hex | BE | 49 | E9 | 12 | 45 | 0 | 9 | 11C | 4E | 3C |
| Octal | 276 | 111 | 351 | 22 | 105 | 0 | 11 | 434 | 116 | 74 |
| Binary | 10111110 | 1001001 | 11101001 | 10010 | 1000101 | 0 | 1001 | 100011100 | 1001110 | 111100 |
Color Harmonies of #BE49E9
Complementary color
Monochromatic Colors of #BE49E9
Black with #BE49E9
Text Example
Text Example
White with #BE49E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49E9; }
p { color: rgb(190,73,233); }
H1.HeaderClassName
{
color: #BE49E9;
}
.AnyTagClassName
{
color: #BE49E9;
}
</style>
background-color css
<style>
a { background-color: #BE49E9; }
a { background-color: rgb(190,73,233); }
div.DivClassName
{
background-color: #BE49E9;
}
.BgClassName
{
background-color: #BE49E9;
}
</style>
border-color css
<style>
span { border-color: #BE49E9; }
span { border-color: rgb(190,73,233); }
td.TdClassName
{
border-color: #BE49E9;
}
.TagClassName
{
border-color: #BE49E9;
}
</style>