Shades of Medium Orchid #BE36E9
Tints of Medium Orchid #BE36E9
RGB
CMYK
RGB Variations
Color information
#BE36E9 (or 0xBE36E9) is known color: Medium Orchid. HEX triplet: BE, 36 and E9. RGB value is (190,54,233). Sum of RGB (Red+Green+Blue) = 190+54+233=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE36E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE36E9 is #41C916. Grayscale: #727272. Windows color (decimal): -4311319 or 15283902. OLE color: 15283902.
HSL color Cylindrical-coordinate representation of color #BE36E9: hue angle of 285.59º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE36E9 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 54 | 233 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.09 |
| HSL | 285.59º | 0.8% | 0.56% | - |
| HSV(B) | 285.59º | 0.77% | 0.91% | - |
| XYZ | 37.26 | 19.47 | 78.88 | - |
| YUV | 115.07 | 194.56 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 233 | 0.18 | 0.77 | 0 | 0.09 | 285.59 | 0.8 | 0.56 |
| Hex | BE | 36 | E9 | 12 | 4D | 0 | 9 | 11E | 50 | 38 |
| Octal | 276 | 66 | 351 | 22 | 115 | 0 | 11 | 436 | 120 | 70 |
| Binary | 10111110 | 110110 | 11101001 | 10010 | 1001101 | 0 | 1001 | 100011110 | 1010000 | 111000 |
Color Harmonies of #BE36E9
Complementary color
Monochromatic Colors of #BE36E9
Black with #BE36E9
Text Example
Text Example
White with #BE36E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36E9; }
p { color: rgb(190,54,233); }
H1.HeaderClassName
{
color: #BE36E9;
}
.AnyTagClassName
{
color: #BE36E9;
}
</style>
background-color css
<style>
a { background-color: #BE36E9; }
a { background-color: rgb(190,54,233); }
div.DivClassName
{
background-color: #BE36E9;
}
.BgClassName
{
background-color: #BE36E9;
}
</style>
border-color css
<style>
span { border-color: #BE36E9; }
span { border-color: rgb(190,54,233); }
td.TdClassName
{
border-color: #BE36E9;
}
.TagClassName
{
border-color: #BE36E9;
}
</style>