Shades of Medium Orchid #BE4EDB
Tints of Medium Orchid #BE4EDB
RGB
CMYK
RGB Variations
Color information
#BE4EDB (or 0xBE4EDB) is known color: Medium Orchid. HEX triplet: BE, 4E and DB. RGB value is (190,78,219). Sum of RGB (Red+Green+Blue) = 190+78+219=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EDB is #41B124. Grayscale: #7F7F7F. Windows color (decimal): -4305189 or 14372542. OLE color: 14372542.
HSL color Cylindrical-coordinate representation of color #BE4EDB: hue angle of 287.66º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4EDB is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 78 | 219 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.14 |
| HSL | 287.66º | 0.66% | 0.58% | - |
| HSV(B) | 287.66º | 0.64% | 0.86% | - |
| XYZ | 36.75 | 21.51 | 69.23 | - |
| YUV | 127.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 219 | 0.13 | 0.64 | 0 | 0.14 | 287.66 | 0.66 | 0.58 |
| Hex | BE | 4E | DB | D | 40 | 0 | E | 120 | 42 | 3A |
| Octal | 276 | 116 | 333 | 15 | 100 | 0 | 16 | 440 | 102 | 72 |
| Binary | 10111110 | 1001110 | 11011011 | 1101 | 1000000 | 0 | 1110 | 100100000 | 1000010 | 111010 |
Color Harmonies of #BE4EDB
Complementary color
Monochromatic Colors of #BE4EDB
Black with #BE4EDB
Text Example
Text Example
White with #BE4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EDB; }
p { color: rgb(190,78,219); }
H1.HeaderClassName
{
color: #BE4EDB;
}
.AnyTagClassName
{
color: #BE4EDB;
}
</style>
background-color css
<style>
a { background-color: #BE4EDB; }
a { background-color: rgb(190,78,219); }
div.DivClassName
{
background-color: #BE4EDB;
}
.BgClassName
{
background-color: #BE4EDB;
}
</style>
border-color css
<style>
span { border-color: #BE4EDB; }
span { border-color: rgb(190,78,219); }
td.TdClassName
{
border-color: #BE4EDB;
}
.TagClassName
{
border-color: #BE4EDB;
}
</style>