Shades of Medium Orchid #BE4DFF
Tints of Medium Orchid #BE4DFF
RGB
CMYK
RGB Variations
Color information
#BE4DFF (or 0xBE4DFF) is known color: Medium Orchid. HEX triplet: BE, 4D and FF. RGB value is (190,77,255). Sum of RGB (Red+Green+Blue) = 190+77+255=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE4DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4DFF is #41B200. Grayscale: #828282. Windows color (decimal): -4305409 or 16731582. OLE color: 16731582.
HSL color Cylindrical-coordinate representation of color #BE4DFF: hue angle of 278.09º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE4DFF is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 77 | 255 | - |
| CMYK | 0.25 | 0.70 | 0 | 0 |
| HSL | 278.09º | 1% | 0.65% | - |
| HSV(B) | 278.09º | 0.7% | 1% | - |
| XYZ | 41.94 | 23.47 | 96.93 | - |
| YUV | 131.08 | 197.94 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 255 | 0.25 | 0.70 | 0 | 0 | 278.09 | 1 | 0.65 |
| Hex | BE | 4D | FF | 19 | 46 | 0 | 0 | 116 | 64 | 41 |
| Octal | 276 | 115 | 377 | 31 | 106 | 0 | 0 | 426 | 144 | 101 |
| Binary | 10111110 | 1001101 | 11111111 | 11001 | 1000110 | 0 | 0 | 100010110 | 1100100 | 1000001 |
Color Harmonies of #BE4DFF
Complementary color
Monochromatic Colors of #BE4DFF
Black with #BE4DFF
Text Example
Text Example
White with #BE4DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DFF; }
p { color: rgb(190,77,255); }
H1.HeaderClassName
{
color: #BE4DFF;
}
.AnyTagClassName
{
color: #BE4DFF;
}
</style>
background-color css
<style>
a { background-color: #BE4DFF; }
a { background-color: rgb(190,77,255); }
div.DivClassName
{
background-color: #BE4DFF;
}
.BgClassName
{
background-color: #BE4DFF;
}
</style>
border-color css
<style>
span { border-color: #BE4DFF; }
span { border-color: rgb(190,77,255); }
td.TdClassName
{
border-color: #BE4DFF;
}
.TagClassName
{
border-color: #BE4DFF;
}
</style>