Shades of Medium Orchid #BE50D0
Tints of Medium Orchid #BE50D0
RGB
CMYK
RGB Variations
Color information
#BE50D0 (or 0xBE50D0) is known color: Medium Orchid. HEX triplet: BE, 50 and D0. RGB value is (190,80,208). Sum of RGB (Red+Green+Blue) = 190+80+208=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE50D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50D0 is #41AF2F. Grayscale: #7F7F7F. Windows color (decimal): -4304688 or 13652158. OLE color: 13652158.
HSL color Cylindrical-coordinate representation of color #BE50D0: hue angle of 291.56º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE50D0 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 80 | 208 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.18 |
| HSL | 291.56º | 0.58% | 0.56% | - |
| HSV(B) | 291.56º | 0.62% | 0.82% | - |
| XYZ | 35.49 | 21.24 | 61.9 | - |
| YUV | 127.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 208 | 0.09 | 0.62 | 0 | 0.18 | 291.56 | 0.58 | 0.56 |
| Hex | BE | 50 | D0 | 9 | 3E | 0 | 12 | 124 | 3A | 38 |
| Octal | 276 | 120 | 320 | 11 | 76 | 0 | 22 | 444 | 72 | 70 |
| Binary | 10111110 | 1010000 | 11010000 | 1001 | 111110 | 0 | 10010 | 100100100 | 111010 | 111000 |
Color Harmonies of #BE50D0
Complementary color
Monochromatic Colors of #BE50D0
Black with #BE50D0
Text Example
Text Example
White with #BE50D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50D0; }
p { color: rgb(190,80,208); }
H1.HeaderClassName
{
color: #BE50D0;
}
.AnyTagClassName
{
color: #BE50D0;
}
</style>
background-color css
<style>
a { background-color: #BE50D0; }
a { background-color: rgb(190,80,208); }
div.DivClassName
{
background-color: #BE50D0;
}
.BgClassName
{
background-color: #BE50D0;
}
</style>
border-color css
<style>
span { border-color: #BE50D0; }
span { border-color: rgb(190,80,208); }
td.TdClassName
{
border-color: #BE50D0;
}
.TagClassName
{
border-color: #BE50D0;
}
</style>