Shades of Medium Orchid #BE49CF
Tints of Medium Orchid #BE49CF
RGB
CMYK
RGB Variations
Color information
#BE49CF (or 0xBE49CF) is known color: Medium Orchid. HEX triplet: BE, 49 and CF. RGB value is (190,73,207). Sum of RGB (Red+Green+Blue) = 190+73+207=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE49CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49CF is #41B630. Grayscale: #7A7A7A. Windows color (decimal): -4306481 or 13584830. OLE color: 13584830.
HSL color Cylindrical-coordinate representation of color #BE49CF: hue angle of 292.39º 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 #BE49CF is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 73 | 207 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.19 |
| HSL | 292.39º | 0.58% | 0.55% | - |
| HSV(B) | 292.39º | 0.65% | 0.81% | - |
| XYZ | 34.88 | 20.22 | 61.1 | - |
| YUV | 123.26 | 175.26 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 207 | 0.08 | 0.65 | 0 | 0.19 | 292.39 | 0.58 | 0.55 |
| Hex | BE | 49 | CF | 8 | 41 | 0 | 13 | 124 | 3A | 37 |
| Octal | 276 | 111 | 317 | 10 | 101 | 0 | 23 | 444 | 72 | 67 |
| Binary | 10111110 | 1001001 | 11001111 | 1000 | 1000001 | 0 | 10011 | 100100100 | 111010 | 110111 |
Color Harmonies of #BE49CF
Complementary color
Monochromatic Colors of #BE49CF
Black with #BE49CF
Text Example
Text Example
White with #BE49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49CF; }
p { color: rgb(190,73,207); }
H1.HeaderClassName
{
color: #BE49CF;
}
.AnyTagClassName
{
color: #BE49CF;
}
</style>
background-color css
<style>
a { background-color: #BE49CF; }
a { background-color: rgb(190,73,207); }
div.DivClassName
{
background-color: #BE49CF;
}
.BgClassName
{
background-color: #BE49CF;
}
</style>
border-color css
<style>
span { border-color: #BE49CF; }
span { border-color: rgb(190,73,207); }
td.TdClassName
{
border-color: #BE49CF;
}
.TagClassName
{
border-color: #BE49CF;
}
</style>