Shades of Medium Orchid #BE3EED
Tints of Medium Orchid #BE3EED
RGB
CMYK
RGB Variations
Color information
#BE3EED (or 0xBE3EED) is known color: Medium Orchid. HEX triplet: BE, 3E and ED. RGB value is (190,62,237). Sum of RGB (Red+Green+Blue) = 190+62+237=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 62 (24.61% from 255 or 12.68% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE3EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3EED is #41C112. Grayscale: #777777. Windows color (decimal): -4309267 or 15548094. OLE color: 15548094.
HSL color Cylindrical-coordinate representation of color #BE3EED: hue angle of 283.89º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3EED is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 62 | 237 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.07 |
| HSL | 283.89º | 0.83% | 0.59% | - |
| HSV(B) | 283.89º | 0.74% | 0.93% | - |
| XYZ | 38.24 | 20.51 | 82.06 | - |
| YUV | 120.22 | 193.91 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 237 | 0.20 | 0.74 | 0 | 0.07 | 283.89 | 0.83 | 0.59 |
| Hex | BE | 3E | ED | 14 | 4A | 0 | 7 | 11C | 53 | 3B |
| Octal | 276 | 76 | 355 | 24 | 112 | 0 | 7 | 434 | 123 | 73 |
| Binary | 10111110 | 111110 | 11101101 | 10100 | 1001010 | 0 | 111 | 100011100 | 1010011 | 111011 |
Color Harmonies of #BE3EED
Complementary color
Monochromatic Colors of #BE3EED
Black with #BE3EED
Text Example
Text Example
White with #BE3EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3EED; }
p { color: rgb(190,62,237); }
H1.HeaderClassName
{
color: #BE3EED;
}
.AnyTagClassName
{
color: #BE3EED;
}
</style>
background-color css
<style>
a { background-color: #BE3EED; }
a { background-color: rgb(190,62,237); }
div.DivClassName
{
background-color: #BE3EED;
}
.BgClassName
{
background-color: #BE3EED;
}
</style>
border-color css
<style>
span { border-color: #BE3EED; }
span { border-color: rgb(190,62,237); }
td.TdClassName
{
border-color: #BE3EED;
}
.TagClassName
{
border-color: #BE3EED;
}
</style>