Shades of Medium Orchid #BE4DF0
Tints of Medium Orchid #BE4DF0
RGB
CMYK
RGB Variations
Color information
#BE4DF0 (or 0xBE4DF0) is known color: Medium Orchid. HEX triplet: BE, 4D and F0. RGB value is (190,77,240). Sum of RGB (Red+Green+Blue) = 190+77+240=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE4DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4DF0 is #41B20F. Grayscale: #808080. Windows color (decimal): -4305424 or 15748542. OLE color: 15748542.
HSL color Cylindrical-coordinate representation of color #BE4DF0: hue angle of 281.6º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4DF0 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 77 | 240 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.06 |
| HSL | 281.6º | 0.84% | 0.62% | - |
| HSV(B) | 281.6º | 0.68% | 0.94% | - |
| XYZ | 39.62 | 22.55 | 84.7 | - |
| YUV | 129.37 | 190.44 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 240 | 0.21 | 0.68 | 0 | 0.06 | 281.6 | 0.84 | 0.62 |
| Hex | BE | 4D | F0 | 15 | 44 | 0 | 6 | 11A | 54 | 3E |
| Octal | 276 | 115 | 360 | 25 | 104 | 0 | 6 | 432 | 124 | 76 |
| Binary | 10111110 | 1001101 | 11110000 | 10101 | 1000100 | 0 | 110 | 100011010 | 1010100 | 111110 |
Color Harmonies of #BE4DF0
Complementary color
Monochromatic Colors of #BE4DF0
Black with #BE4DF0
Text Example
Text Example
White with #BE4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DF0; }
p { color: rgb(190,77,240); }
H1.HeaderClassName
{
color: #BE4DF0;
}
.AnyTagClassName
{
color: #BE4DF0;
}
</style>
background-color css
<style>
a { background-color: #BE4DF0; }
a { background-color: rgb(190,77,240); }
div.DivClassName
{
background-color: #BE4DF0;
}
.BgClassName
{
background-color: #BE4DF0;
}
</style>
border-color css
<style>
span { border-color: #BE4DF0; }
span { border-color: rgb(190,77,240); }
td.TdClassName
{
border-color: #BE4DF0;
}
.TagClassName
{
border-color: #BE4DF0;
}
</style>