Shades of Medium Orchid #BE5EDF
Tints of Medium Orchid #BE5EDF
RGB
CMYK
RGB Variations
Color information
#BE5EDF (or 0xBE5EDF) is known color: Medium Orchid. HEX triplet: BE, 5E and DF. RGB value is (190,94,223). Sum of RGB (Red+Green+Blue) = 190+94+223=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE5EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5EDF is #41A120. Grayscale: #888888. Windows color (decimal): -4301089 or 14638782. OLE color: 14638782.
HSL color Cylindrical-coordinate representation of color #BE5EDF: hue angle of 284.65º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE5EDF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 94 | 223 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.13 |
| HSL | 284.65º | 0.67% | 0.62% | - |
| HSV(B) | 284.65º | 0.58% | 0.87% | - |
| XYZ | 38.56 | 24.28 | 72.47 | - |
| YUV | 137.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 223 | 0.15 | 0.58 | 0 | 0.13 | 284.65 | 0.67 | 0.62 |
| Hex | BE | 5E | DF | F | 3A | 0 | D | 11D | 43 | 3E |
| Octal | 276 | 136 | 337 | 17 | 72 | 0 | 15 | 435 | 103 | 76 |
| Binary | 10111110 | 1011110 | 11011111 | 1111 | 111010 | 0 | 1101 | 100011101 | 1000011 | 111110 |
Color Harmonies of #BE5EDF
Complementary color
Monochromatic Colors of #BE5EDF
Black with #BE5EDF
Text Example
Text Example
White with #BE5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5EDF; }
p { color: rgb(190,94,223); }
H1.HeaderClassName
{
color: #BE5EDF;
}
.AnyTagClassName
{
color: #BE5EDF;
}
</style>
background-color css
<style>
a { background-color: #BE5EDF; }
a { background-color: rgb(190,94,223); }
div.DivClassName
{
background-color: #BE5EDF;
}
.BgClassName
{
background-color: #BE5EDF;
}
</style>
border-color css
<style>
span { border-color: #BE5EDF; }
span { border-color: rgb(190,94,223); }
td.TdClassName
{
border-color: #BE5EDF;
}
.TagClassName
{
border-color: #BE5EDF;
}
</style>