Shades of Medium Orchid #BE5DE3
Tints of Medium Orchid #BE5DE3
RGB
CMYK
RGB Variations
Color information
#BE5DE3 (or 0xBE5DE3) is known color: Medium Orchid. HEX triplet: BE, 5D and E3. RGB value is (190,93,227). Sum of RGB (Red+Green+Blue) = 190+93+227=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #BE5DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DE3 is #41A21C. Grayscale: #888888. Windows color (decimal): -4301341 or 14900670. OLE color: 14900670.
HSL color Cylindrical-coordinate representation of color #BE5DE3: hue angle of 283.43º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE5DE3 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 93 | 227 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.11 |
| HSL | 283.43º | 0.71% | 0.63% | - |
| HSV(B) | 283.43º | 0.59% | 0.89% | - |
| XYZ | 39.01 | 24.32 | 75.31 | - |
| YUV | 137.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 227 | 0.16 | 0.59 | 0 | 0.11 | 283.43 | 0.71 | 0.63 |
| Hex | BE | 5D | E3 | 10 | 3B | 0 | B | 11B | 47 | 3F |
| Octal | 276 | 135 | 343 | 20 | 73 | 0 | 13 | 433 | 107 | 77 |
| Binary | 10111110 | 1011101 | 11100011 | 10000 | 111011 | 0 | 1011 | 100011011 | 1000111 | 111111 |
Color Harmonies of #BE5DE3
Complementary color
Monochromatic Colors of #BE5DE3
Black with #BE5DE3
Text Example
Text Example
White with #BE5DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5DE3; }
p { color: rgb(190,93,227); }
H1.HeaderClassName
{
color: #BE5DE3;
}
.AnyTagClassName
{
color: #BE5DE3;
}
</style>
background-color css
<style>
a { background-color: #BE5DE3; }
a { background-color: rgb(190,93,227); }
div.DivClassName
{
background-color: #BE5DE3;
}
.BgClassName
{
background-color: #BE5DE3;
}
</style>
border-color css
<style>
span { border-color: #BE5DE3; }
span { border-color: rgb(190,93,227); }
td.TdClassName
{
border-color: #BE5DE3;
}
.TagClassName
{
border-color: #BE5DE3;
}
</style>