Shades of Medium Orchid #BE49D0
Tints of Medium Orchid #BE49D0
RGB
CMYK
RGB Variations
Color information
#BE49D0 (or 0xBE49D0) is known color: Medium Orchid. HEX triplet: BE, 49 and D0. RGB value is (190,73,208). Sum of RGB (Red+Green+Blue) = 190+73+208=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE49D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49D0 is #41B62F. Grayscale: #7A7A7A. Windows color (decimal): -4306480 or 13650366. OLE color: 13650366.
HSL color Cylindrical-coordinate representation of color #BE49D0: hue angle of 292º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE49D0 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 73 | 208 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.18 |
| HSL | 292º | 0.59% | 0.55% | - |
| HSV(B) | 292º | 0.65% | 0.82% | - |
| XYZ | 35 | 20.27 | 61.74 | - |
| YUV | 123.37 | 175.76 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 208 | 0.09 | 0.65 | 0 | 0.18 | 292 | 0.59 | 0.55 |
| Hex | BE | 49 | D0 | 9 | 41 | 0 | 12 | 124 | 3B | 37 |
| Octal | 276 | 111 | 320 | 11 | 101 | 0 | 22 | 444 | 73 | 67 |
| Binary | 10111110 | 1001001 | 11010000 | 1001 | 1000001 | 0 | 10010 | 100100100 | 111011 | 110111 |
Color Harmonies of #BE49D0
Complementary color
Monochromatic Colors of #BE49D0
Black with #BE49D0
Text Example
Text Example
White with #BE49D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49D0; }
p { color: rgb(190,73,208); }
H1.HeaderClassName
{
color: #BE49D0;
}
.AnyTagClassName
{
color: #BE49D0;
}
</style>
background-color css
<style>
a { background-color: #BE49D0; }
a { background-color: rgb(190,73,208); }
div.DivClassName
{
background-color: #BE49D0;
}
.BgClassName
{
background-color: #BE49D0;
}
</style>
border-color css
<style>
span { border-color: #BE49D0; }
span { border-color: rgb(190,73,208); }
td.TdClassName
{
border-color: #BE49D0;
}
.TagClassName
{
border-color: #BE49D0;
}
</style>