Shades of Medium Orchid #BE4EF1
Tints of Medium Orchid #BE4EF1
RGB
CMYK
RGB Variations
Color information
#BE4EF1 (or 0xBE4EF1) is known color: Medium Orchid. HEX triplet: BE, 4E and F1. RGB value is (190,78,241). Sum of RGB (Red+Green+Blue) = 190+78+241=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE4EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4EF1 is #41B10E. Grayscale: #818181. Windows color (decimal): -4305167 or 15814334. OLE color: 15814334.
HSL color Cylindrical-coordinate representation of color #BE4EF1: hue angle of 281.23º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4EF1 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 78 | 241 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.05 |
| HSL | 281.23º | 0.85% | 0.63% | - |
| HSV(B) | 281.23º | 0.68% | 0.95% | - |
| XYZ | 39.84 | 22.75 | 85.51 | - |
| YUV | 130.07 | 190.61 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 241 | 0.21 | 0.68 | 0 | 0.05 | 281.23 | 0.85 | 0.63 |
| Hex | BE | 4E | F1 | 15 | 44 | 0 | 5 | 119 | 55 | 3F |
| Octal | 276 | 116 | 361 | 25 | 104 | 0 | 5 | 431 | 125 | 77 |
| Binary | 10111110 | 1001110 | 11110001 | 10101 | 1000100 | 0 | 101 | 100011001 | 1010101 | 111111 |
Color Harmonies of #BE4EF1
Complementary color
Monochromatic Colors of #BE4EF1
Black with #BE4EF1
Text Example
Text Example
White with #BE4EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EF1; }
p { color: rgb(190,78,241); }
H1.HeaderClassName
{
color: #BE4EF1;
}
.AnyTagClassName
{
color: #BE4EF1;
}
</style>
background-color css
<style>
a { background-color: #BE4EF1; }
a { background-color: rgb(190,78,241); }
div.DivClassName
{
background-color: #BE4EF1;
}
.BgClassName
{
background-color: #BE4EF1;
}
</style>
border-color css
<style>
span { border-color: #BE4EF1; }
span { border-color: rgb(190,78,241); }
td.TdClassName
{
border-color: #BE4EF1;
}
.TagClassName
{
border-color: #BE4EF1;
}
</style>