Shades of Medium Orchid #BE4EED
Tints of Medium Orchid #BE4EED
RGB
CMYK
RGB Variations
Color information
#BE4EED (or 0xBE4EED) is known color: Medium Orchid. HEX triplet: BE, 4E and ED. RGB value is (190,78,237). Sum of RGB (Red+Green+Blue) = 190+78+237=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE4EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4EED is #41B112. Grayscale: #818181. Windows color (decimal): -4305171 or 15552190. OLE color: 15552190.
HSL color Cylindrical-coordinate representation of color #BE4EED: hue angle of 282.26º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE4EED is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 78 | 237 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.07 |
| HSL | 282.26º | 0.82% | 0.62% | - |
| HSV(B) | 282.26º | 0.67% | 0.93% | - |
| XYZ | 39.25 | 22.51 | 82.4 | - |
| YUV | 129.61 | 188.61 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 237 | 0.20 | 0.67 | 0 | 0.07 | 282.26 | 0.82 | 0.62 |
| Hex | BE | 4E | ED | 14 | 43 | 0 | 7 | 11A | 52 | 3E |
| Octal | 276 | 116 | 355 | 24 | 103 | 0 | 7 | 432 | 122 | 76 |
| Binary | 10111110 | 1001110 | 11101101 | 10100 | 1000011 | 0 | 111 | 100011010 | 1010010 | 111110 |
Color Harmonies of #BE4EED
Complementary color
Monochromatic Colors of #BE4EED
Black with #BE4EED
Text Example
Text Example
White with #BE4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EED; }
p { color: rgb(190,78,237); }
H1.HeaderClassName
{
color: #BE4EED;
}
.AnyTagClassName
{
color: #BE4EED;
}
</style>
background-color css
<style>
a { background-color: #BE4EED; }
a { background-color: rgb(190,78,237); }
div.DivClassName
{
background-color: #BE4EED;
}
.BgClassName
{
background-color: #BE4EED;
}
</style>
border-color css
<style>
span { border-color: #BE4EED; }
span { border-color: rgb(190,78,237); }
td.TdClassName
{
border-color: #BE4EED;
}
.TagClassName
{
border-color: #BE4EED;
}
</style>