Shades of Medium Orchid #BE3FED
Tints of Medium Orchid #BE3FED
RGB
CMYK
RGB Variations
Color information
#BE3FED (or 0xBE3FED) is known color: Medium Orchid. HEX triplet: BE, 3F and ED. RGB value is (190,63,237). Sum of RGB (Red+Green+Blue) = 190+63+237=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE3FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3FED is #41C012. Grayscale: #787878. Windows color (decimal): -4309011 or 15548350. OLE color: 15548350.
HSL color Cylindrical-coordinate representation of color #BE3FED: hue angle of 283.79º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3FED is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 63 | 237 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.07 |
| HSL | 283.79º | 0.83% | 0.59% | - |
| HSV(B) | 283.79º | 0.73% | 0.93% | - |
| XYZ | 38.3 | 20.62 | 82.08 | - |
| YUV | 120.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 237 | 0.20 | 0.73 | 0 | 0.07 | 283.79 | 0.83 | 0.59 |
| Hex | BE | 3F | ED | 14 | 49 | 0 | 7 | 11C | 53 | 3B |
| Octal | 276 | 77 | 355 | 24 | 111 | 0 | 7 | 434 | 123 | 73 |
| Binary | 10111110 | 111111 | 11101101 | 10100 | 1001001 | 0 | 111 | 100011100 | 1010011 | 111011 |
Color Harmonies of #BE3FED
Complementary color
Monochromatic Colors of #BE3FED
Black with #BE3FED
Text Example
Text Example
White with #BE3FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3FED; }
p { color: rgb(190,63,237); }
H1.HeaderClassName
{
color: #BE3FED;
}
.AnyTagClassName
{
color: #BE3FED;
}
</style>
background-color css
<style>
a { background-color: #BE3FED; }
a { background-color: rgb(190,63,237); }
div.DivClassName
{
background-color: #BE3FED;
}
.BgClassName
{
background-color: #BE3FED;
}
</style>
border-color css
<style>
span { border-color: #BE3FED; }
span { border-color: rgb(190,63,237); }
td.TdClassName
{
border-color: #BE3FED;
}
.TagClassName
{
border-color: #BE3FED;
}
</style>