Shades of Medium Orchid #BE50DD
Tints of Medium Orchid #BE50DD
RGB
CMYK
RGB Variations
Color information
#BE50DD (or 0xBE50DD) is known color: Medium Orchid. HEX triplet: BE, 50 and DD. RGB value is (190,80,221). Sum of RGB (Red+Green+Blue) = 190+80+221=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50DD is #41AF22. Grayscale: #808080. Windows color (decimal): -4304675 or 14504126. OLE color: 14504126.
HSL color Cylindrical-coordinate representation of color #BE50DD: hue angle of 286.81º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE50DD is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 80 | 221 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.13 |
| HSL | 286.81º | 0.67% | 0.59% | - |
| HSV(B) | 286.81º | 0.64% | 0.87% | - |
| XYZ | 37.16 | 21.9 | 70.68 | - |
| YUV | 128.96 | 179.94 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 221 | 0.14 | 0.64 | 0 | 0.13 | 286.81 | 0.67 | 0.59 |
| Hex | BE | 50 | DD | E | 40 | 0 | D | 11F | 43 | 3B |
| Octal | 276 | 120 | 335 | 16 | 100 | 0 | 15 | 437 | 103 | 73 |
| Binary | 10111110 | 1010000 | 11011101 | 1110 | 1000000 | 0 | 1101 | 100011111 | 1000011 | 111011 |
Color Harmonies of #BE50DD
Complementary color
Monochromatic Colors of #BE50DD
Black with #BE50DD
Text Example
Text Example
White with #BE50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50DD; }
p { color: rgb(190,80,221); }
H1.HeaderClassName
{
color: #BE50DD;
}
.AnyTagClassName
{
color: #BE50DD;
}
</style>
background-color css
<style>
a { background-color: #BE50DD; }
a { background-color: rgb(190,80,221); }
div.DivClassName
{
background-color: #BE50DD;
}
.BgClassName
{
background-color: #BE50DD;
}
</style>
border-color css
<style>
span { border-color: #BE50DD; }
span { border-color: rgb(190,80,221); }
td.TdClassName
{
border-color: #BE50DD;
}
.TagClassName
{
border-color: #BE50DD;
}
</style>