Shades of Medium Orchid #BE3EEA
Tints of Medium Orchid #BE3EEA
RGB
CMYK
RGB Variations
Color information
#BE3EEA (or 0xBE3EEA) is known color: Medium Orchid. HEX triplet: BE, 3E and EA. RGB value is (190,62,234). Sum of RGB (Red+Green+Blue) = 190+62+234=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE3EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3EEA is #41C115. Grayscale: #777777. Windows color (decimal): -4309270 or 15351486. OLE color: 15351486.
HSL color Cylindrical-coordinate representation of color #BE3EEA: hue angle of 284.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3EEA is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 62 | 234 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.08 |
| HSL | 284.65º | 0.8% | 0.58% | - |
| HSV(B) | 284.65º | 0.74% | 0.92% | - |
| XYZ | 37.81 | 20.33 | 79.77 | - |
| YUV | 119.88 | 192.41 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 234 | 0.19 | 0.74 | 0 | 0.08 | 284.65 | 0.8 | 0.58 |
| Hex | BE | 3E | EA | 13 | 4A | 0 | 8 | 11D | 50 | 3A |
| Octal | 276 | 76 | 352 | 23 | 112 | 0 | 10 | 435 | 120 | 72 |
| Binary | 10111110 | 111110 | 11101010 | 10011 | 1001010 | 0 | 1000 | 100011101 | 1010000 | 111010 |
Color Harmonies of #BE3EEA
Complementary color
Monochromatic Colors of #BE3EEA
Black with #BE3EEA
Text Example
Text Example
White with #BE3EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3EEA; }
p { color: rgb(190,62,234); }
H1.HeaderClassName
{
color: #BE3EEA;
}
.AnyTagClassName
{
color: #BE3EEA;
}
</style>
background-color css
<style>
a { background-color: #BE3EEA; }
a { background-color: rgb(190,62,234); }
div.DivClassName
{
background-color: #BE3EEA;
}
.BgClassName
{
background-color: #BE3EEA;
}
</style>
border-color css
<style>
span { border-color: #BE3EEA; }
span { border-color: rgb(190,62,234); }
td.TdClassName
{
border-color: #BE3EEA;
}
.TagClassName
{
border-color: #BE3EEA;
}
</style>