Shades of Medium Orchid #BE41E9
Tints of Medium Orchid #BE41E9
RGB
CMYK
RGB Variations
Color information
#BE41E9 (or 0xBE41E9) is known color: Medium Orchid. HEX triplet: BE, 41 and E9. RGB value is (190,65,233). Sum of RGB (Red+Green+Blue) = 190+65+233=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE41E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE41E9 is #41BE16. Grayscale: #787878. Windows color (decimal): -4308503 or 15286718. OLE color: 15286718.
HSL color Cylindrical-coordinate representation of color #BE41E9: hue angle of 284.64º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE41E9 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 65 | 233 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.09 |
| HSL | 284.64º | 0.79% | 0.58% | - |
| HSV(B) | 284.64º | 0.72% | 0.91% | - |
| XYZ | 37.83 | 20.61 | 79.08 | - |
| YUV | 121.53 | 190.91 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 233 | 0.18 | 0.72 | 0 | 0.09 | 284.64 | 0.79 | 0.58 |
| Hex | BE | 41 | E9 | 12 | 48 | 0 | 9 | 11D | 4F | 3A |
| Octal | 276 | 101 | 351 | 22 | 110 | 0 | 11 | 435 | 117 | 72 |
| Binary | 10111110 | 1000001 | 11101001 | 10010 | 1001000 | 0 | 1001 | 100011101 | 1001111 | 111010 |
Color Harmonies of #BE41E9
Complementary color
Monochromatic Colors of #BE41E9
Black with #BE41E9
Text Example
Text Example
White with #BE41E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE41E9; }
p { color: rgb(190,65,233); }
H1.HeaderClassName
{
color: #BE41E9;
}
.AnyTagClassName
{
color: #BE41E9;
}
</style>
background-color css
<style>
a { background-color: #BE41E9; }
a { background-color: rgb(190,65,233); }
div.DivClassName
{
background-color: #BE41E9;
}
.BgClassName
{
background-color: #BE41E9;
}
</style>
border-color css
<style>
span { border-color: #BE41E9; }
span { border-color: rgb(190,65,233); }
td.TdClassName
{
border-color: #BE41E9;
}
.TagClassName
{
border-color: #BE41E9;
}
</style>