Shades of Medium Orchid #BE4EE5
Tints of Medium Orchid #BE4EE5
RGB
CMYK
RGB Variations
Color information
#BE4EE5 (or 0xBE4EE5) is known color: Medium Orchid. HEX triplet: BE, 4E and E5. RGB value is (190,78,229). Sum of RGB (Red+Green+Blue) = 190+78+229=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE4EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EE5 is #41B11A. Grayscale: #808080. Windows color (decimal): -4305179 or 15027902. OLE color: 15027902.
HSL color Cylindrical-coordinate representation of color #BE4EE5: hue angle of 284.5º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4EE5 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 78 | 229 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.10 |
| HSL | 284.5º | 0.74% | 0.6% | - |
| HSV(B) | 284.5º | 0.66% | 0.9% | - |
| XYZ | 38.1 | 22.05 | 76.38 | - |
| YUV | 128.7 | 184.61 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 229 | 0.17 | 0.66 | 0 | 0.10 | 284.5 | 0.74 | 0.6 |
| Hex | BE | 4E | E5 | 11 | 42 | 0 | A | 11D | 4A | 3C |
| Octal | 276 | 116 | 345 | 21 | 102 | 0 | 12 | 435 | 112 | 74 |
| Binary | 10111110 | 1001110 | 11100101 | 10001 | 1000010 | 0 | 1010 | 100011101 | 1001010 | 111100 |
Color Harmonies of #BE4EE5
Complementary color
Monochromatic Colors of #BE4EE5
Black with #BE4EE5
Text Example
Text Example
White with #BE4EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EE5; }
p { color: rgb(190,78,229); }
H1.HeaderClassName
{
color: #BE4EE5;
}
.AnyTagClassName
{
color: #BE4EE5;
}
</style>
background-color css
<style>
a { background-color: #BE4EE5; }
a { background-color: rgb(190,78,229); }
div.DivClassName
{
background-color: #BE4EE5;
}
.BgClassName
{
background-color: #BE4EE5;
}
</style>
border-color css
<style>
span { border-color: #BE4EE5; }
span { border-color: rgb(190,78,229); }
td.TdClassName
{
border-color: #BE4EE5;
}
.TagClassName
{
border-color: #BE4EE5;
}
</style>