Shades of Medium Orchid #BE36F0
Tints of Medium Orchid #BE36F0
RGB
CMYK
RGB Variations
Color information
#BE36F0 (or 0xBE36F0) is known color: Medium Orchid. HEX triplet: BE, 36 and F0. RGB value is (190,54,240). Sum of RGB (Red+Green+Blue) = 190+54+240=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE36F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE36F0 is #41C90F. Grayscale: #737373. Windows color (decimal): -4311312 or 15742654. OLE color: 15742654.
HSL color Cylindrical-coordinate representation of color #BE36F0: hue angle of 283.87º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE36F0 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 54 | 240 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.06 |
| HSL | 283.87º | 0.86% | 0.58% | - |
| HSV(B) | 283.87º | 0.78% | 0.94% | - |
| XYZ | 38.28 | 19.88 | 84.26 | - |
| YUV | 115.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 240 | 0.21 | 0.78 | 0 | 0.06 | 283.87 | 0.86 | 0.58 |
| Hex | BE | 36 | F0 | 15 | 4E | 0 | 6 | 11C | 56 | 3A |
| Octal | 276 | 66 | 360 | 25 | 116 | 0 | 6 | 434 | 126 | 72 |
| Binary | 10111110 | 110110 | 11110000 | 10101 | 1001110 | 0 | 110 | 100011100 | 1010110 | 111010 |
Color Harmonies of #BE36F0
Complementary color
Monochromatic Colors of #BE36F0
Black with #BE36F0
Text Example
Text Example
White with #BE36F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36F0; }
p { color: rgb(190,54,240); }
H1.HeaderClassName
{
color: #BE36F0;
}
.AnyTagClassName
{
color: #BE36F0;
}
</style>
background-color css
<style>
a { background-color: #BE36F0; }
a { background-color: rgb(190,54,240); }
div.DivClassName
{
background-color: #BE36F0;
}
.BgClassName
{
background-color: #BE36F0;
}
</style>
border-color css
<style>
span { border-color: #BE36F0; }
span { border-color: rgb(190,54,240); }
td.TdClassName
{
border-color: #BE36F0;
}
.TagClassName
{
border-color: #BE36F0;
}
</style>