Shades of Medium Orchid #BE5DF1
Tints of Medium Orchid #BE5DF1
RGB
CMYK
RGB Variations
Color information
#BE5DF1 (or 0xBE5DF1) is known color: Medium Orchid. HEX triplet: BE, 5D and F1. RGB value is (190,93,241). Sum of RGB (Red+Green+Blue) = 190+93+241=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE5DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5DF1 is #41A20E. Grayscale: #8A8A8A. Windows color (decimal): -4301327 or 15818174. OLE color: 15818174.
HSL color Cylindrical-coordinate representation of color #BE5DF1: hue angle of 279.32º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE5DF1 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 93 | 241 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.05 |
| HSL | 279.32º | 0.84% | 0.65% | - |
| HSV(B) | 279.32º | 0.61% | 0.95% | - |
| XYZ | 41.03 | 25.13 | 85.91 | - |
| YUV | 138.88 | 185.64 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 241 | 0.21 | 0.61 | 0 | 0.05 | 279.32 | 0.84 | 0.65 |
| Hex | BE | 5D | F1 | 15 | 3D | 0 | 5 | 117 | 54 | 41 |
| Octal | 276 | 135 | 361 | 25 | 75 | 0 | 5 | 427 | 124 | 101 |
| Binary | 10111110 | 1011101 | 11110001 | 10101 | 111101 | 0 | 101 | 100010111 | 1010100 | 1000001 |
Color Harmonies of #BE5DF1
Complementary color
Monochromatic Colors of #BE5DF1
Black with #BE5DF1
Text Example
Text Example
White with #BE5DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5DF1; }
p { color: rgb(190,93,241); }
H1.HeaderClassName
{
color: #BE5DF1;
}
.AnyTagClassName
{
color: #BE5DF1;
}
</style>
background-color css
<style>
a { background-color: #BE5DF1; }
a { background-color: rgb(190,93,241); }
div.DivClassName
{
background-color: #BE5DF1;
}
.BgClassName
{
background-color: #BE5DF1;
}
</style>
border-color css
<style>
span { border-color: #BE5DF1; }
span { border-color: rgb(190,93,241); }
td.TdClassName
{
border-color: #BE5DF1;
}
.TagClassName
{
border-color: #BE5DF1;
}
</style>