Shades of Medium Orchid #BE4EEA
Tints of Medium Orchid #BE4EEA
RGB
CMYK
RGB Variations
Color information
#BE4EEA (or 0xBE4EEA) is known color: Medium Orchid. HEX triplet: BE, 4E and EA. RGB value is (190,78,234). Sum of RGB (Red+Green+Blue) = 190+78+234=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE4EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4EEA is #41B115. Grayscale: #808080. Windows color (decimal): -4305174 or 15355582. OLE color: 15355582.
HSL color Cylindrical-coordinate representation of color #BE4EEA: hue angle of 283.08º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE4EEA is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 78 | 234 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.08 |
| HSL | 283.08º | 0.79% | 0.61% | - |
| HSV(B) | 283.08º | 0.67% | 0.92% | - |
| XYZ | 38.81 | 22.34 | 80.11 | - |
| YUV | 129.27 | 187.11 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 234 | 0.19 | 0.67 | 0 | 0.08 | 283.08 | 0.79 | 0.61 |
| Hex | BE | 4E | EA | 13 | 43 | 0 | 8 | 11B | 4F | 3D |
| Octal | 276 | 116 | 352 | 23 | 103 | 0 | 10 | 433 | 117 | 75 |
| Binary | 10111110 | 1001110 | 11101010 | 10011 | 1000011 | 0 | 1000 | 100011011 | 1001111 | 111101 |
Color Harmonies of #BE4EEA
Complementary color
Monochromatic Colors of #BE4EEA
Black with #BE4EEA
Text Example
Text Example
White with #BE4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EEA; }
p { color: rgb(190,78,234); }
H1.HeaderClassName
{
color: #BE4EEA;
}
.AnyTagClassName
{
color: #BE4EEA;
}
</style>
background-color css
<style>
a { background-color: #BE4EEA; }
a { background-color: rgb(190,78,234); }
div.DivClassName
{
background-color: #BE4EEA;
}
.BgClassName
{
background-color: #BE4EEA;
}
</style>
border-color css
<style>
span { border-color: #BE4EEA; }
span { border-color: rgb(190,78,234); }
td.TdClassName
{
border-color: #BE4EEA;
}
.TagClassName
{
border-color: #BE4EEA;
}
</style>