Shades of Medium Orchid #BE49D5
Tints of Medium Orchid #BE49D5
RGB
CMYK
RGB Variations
Color information
#BE49D5 (or 0xBE49D5) is known color: Medium Orchid. HEX triplet: BE, 49 and D5. RGB value is (190,73,213). Sum of RGB (Red+Green+Blue) = 190+73+213=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE49D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49D5 is #41B62A. Grayscale: #7B7B7B. Windows color (decimal): -4306475 or 13978046. OLE color: 13978046.
HSL color Cylindrical-coordinate representation of color #BE49D5: hue angle of 290.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE49D5 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 73 | 213 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.16 |
| HSL | 290.14º | 0.63% | 0.56% | - |
| HSV(B) | 290.14º | 0.66% | 0.84% | - |
| XYZ | 35.63 | 20.52 | 65.03 | - |
| YUV | 123.94 | 178.26 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 213 | 0.11 | 0.66 | 0 | 0.16 | 290.14 | 0.63 | 0.56 |
| Hex | BE | 49 | D5 | B | 42 | 0 | 10 | 122 | 3E | 38 |
| Octal | 276 | 111 | 325 | 13 | 102 | 0 | 20 | 442 | 76 | 70 |
| Binary | 10111110 | 1001001 | 11010101 | 1011 | 1000010 | 0 | 10000 | 100100010 | 111110 | 111000 |
Color Harmonies of #BE49D5
Complementary color
Monochromatic Colors of #BE49D5
Black with #BE49D5
Text Example
Text Example
White with #BE49D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49D5; }
p { color: rgb(190,73,213); }
H1.HeaderClassName
{
color: #BE49D5;
}
.AnyTagClassName
{
color: #BE49D5;
}
</style>
background-color css
<style>
a { background-color: #BE49D5; }
a { background-color: rgb(190,73,213); }
div.DivClassName
{
background-color: #BE49D5;
}
.BgClassName
{
background-color: #BE49D5;
}
</style>
border-color css
<style>
span { border-color: #BE49D5; }
span { border-color: rgb(190,73,213); }
td.TdClassName
{
border-color: #BE49D5;
}
.TagClassName
{
border-color: #BE49D5;
}
</style>