Shades of Medium Orchid #BE36EF
Tints of Medium Orchid #BE36EF
RGB
CMYK
RGB Variations
Color information
#BE36EF (or 0xBE36EF) is known color: Medium Orchid. HEX triplet: BE, 36 and EF. RGB value is (190,54,239). Sum of RGB (Red+Green+Blue) = 190+54+239=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE36EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE36EF is #41C910. Grayscale: #737373. Windows color (decimal): -4311313 or 15677118. OLE color: 15677118.
HSL color Cylindrical-coordinate representation of color #BE36EF: hue angle of 284.11º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE36EF is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 54 | 239 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.06 |
| HSL | 284.11º | 0.85% | 0.57% | - |
| HSV(B) | 284.11º | 0.77% | 0.94% | - |
| XYZ | 38.13 | 19.82 | 83.48 | - |
| YUV | 115.75 | 197.56 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 239 | 0.21 | 0.77 | 0 | 0.06 | 284.11 | 0.85 | 0.57 |
| Hex | BE | 36 | EF | 15 | 4D | 0 | 6 | 11C | 55 | 39 |
| Octal | 276 | 66 | 357 | 25 | 115 | 0 | 6 | 434 | 125 | 71 |
| Binary | 10111110 | 110110 | 11101111 | 10101 | 1001101 | 0 | 110 | 100011100 | 1010101 | 111001 |
Color Harmonies of #BE36EF
Complementary color
Monochromatic Colors of #BE36EF
Black with #BE36EF
Text Example
Text Example
White with #BE36EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36EF; }
p { color: rgb(190,54,239); }
H1.HeaderClassName
{
color: #BE36EF;
}
.AnyTagClassName
{
color: #BE36EF;
}
</style>
background-color css
<style>
a { background-color: #BE36EF; }
a { background-color: rgb(190,54,239); }
div.DivClassName
{
background-color: #BE36EF;
}
.BgClassName
{
background-color: #BE36EF;
}
</style>
border-color css
<style>
span { border-color: #BE36EF; }
span { border-color: rgb(190,54,239); }
td.TdClassName
{
border-color: #BE36EF;
}
.TagClassName
{
border-color: #BE36EF;
}
</style>