Shades of Medium Orchid #BE3EDA
Tints of Medium Orchid #BE3EDA
RGB
CMYK
RGB Variations
Color information
#BE3EDA (or 0xBE3EDA) is known color: Medium Orchid. HEX triplet: BE, 3E and DA. RGB value is (190,62,218). Sum of RGB (Red+Green+Blue) = 190+62+218=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE3EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3EDA is #41C125. Grayscale: #757575. Windows color (decimal): -4309286 or 14302910. OLE color: 14302910.
HSL color Cylindrical-coordinate representation of color #BE3EDA: hue angle of 289.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3EDA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 62 | 218 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.15 |
| HSL | 289.23º | 0.68% | 0.55% | - |
| HSV(B) | 289.23º | 0.72% | 0.85% | - |
| XYZ | 35.61 | 19.45 | 68.21 | - |
| YUV | 118.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 218 | 0.13 | 0.72 | 0 | 0.15 | 289.23 | 0.68 | 0.55 |
| Hex | BE | 3E | DA | D | 48 | 0 | F | 121 | 44 | 37 |
| Octal | 276 | 76 | 332 | 15 | 110 | 0 | 17 | 441 | 104 | 67 |
| Binary | 10111110 | 111110 | 11011010 | 1101 | 1001000 | 0 | 1111 | 100100001 | 1000100 | 110111 |
Color Harmonies of #BE3EDA
Complementary color
Monochromatic Colors of #BE3EDA
Black with #BE3EDA
Text Example
Text Example
White with #BE3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3EDA; }
p { color: rgb(190,62,218); }
H1.HeaderClassName
{
color: #BE3EDA;
}
.AnyTagClassName
{
color: #BE3EDA;
}
</style>
background-color css
<style>
a { background-color: #BE3EDA; }
a { background-color: rgb(190,62,218); }
div.DivClassName
{
background-color: #BE3EDA;
}
.BgClassName
{
background-color: #BE3EDA;
}
</style>
border-color css
<style>
span { border-color: #BE3EDA; }
span { border-color: rgb(190,62,218); }
td.TdClassName
{
border-color: #BE3EDA;
}
.TagClassName
{
border-color: #BE3EDA;
}
</style>