Shades of Medium Orchid #BE49DF
Tints of Medium Orchid #BE49DF
RGB
CMYK
RGB Variations
Color information
#BE49DF (or 0xBE49DF) is known color: Medium Orchid. HEX triplet: BE, 49 and DF. RGB value is (190,73,223). Sum of RGB (Red+Green+Blue) = 190+73+223=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49DF is #41B620. Grayscale: #7C7C7C. Windows color (decimal): -4306465 or 14633406. OLE color: 14633406.
HSL color Cylindrical-coordinate representation of color #BE49DF: hue angle of 286.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE49DF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 73 | 223 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.13 |
| HSL | 286.8º | 0.7% | 0.58% | - |
| HSV(B) | 286.8º | 0.67% | 0.87% | - |
| XYZ | 36.94 | 21.04 | 71.93 | - |
| YUV | 125.08 | 183.26 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 223 | 0.15 | 0.67 | 0 | 0.13 | 286.8 | 0.7 | 0.58 |
| Hex | BE | 49 | DF | F | 43 | 0 | D | 11F | 46 | 3A |
| Octal | 276 | 111 | 337 | 17 | 103 | 0 | 15 | 437 | 106 | 72 |
| Binary | 10111110 | 1001001 | 11011111 | 1111 | 1000011 | 0 | 1101 | 100011111 | 1000110 | 111010 |
Color Harmonies of #BE49DF
Complementary color
Monochromatic Colors of #BE49DF
Black with #BE49DF
Text Example
Text Example
White with #BE49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49DF; }
p { color: rgb(190,73,223); }
H1.HeaderClassName
{
color: #BE49DF;
}
.AnyTagClassName
{
color: #BE49DF;
}
</style>
background-color css
<style>
a { background-color: #BE49DF; }
a { background-color: rgb(190,73,223); }
div.DivClassName
{
background-color: #BE49DF;
}
.BgClassName
{
background-color: #BE49DF;
}
</style>
border-color css
<style>
span { border-color: #BE49DF; }
span { border-color: rgb(190,73,223); }
td.TdClassName
{
border-color: #BE49DF;
}
.TagClassName
{
border-color: #BE49DF;
}
</style>