Shades of Medium Orchid #BE36F5
Tints of Medium Orchid #BE36F5
RGB
CMYK
RGB Variations
Color information
#BE36F5 (or 0xBE36F5) is known color: Medium Orchid. HEX triplet: BE, 36 and F5. RGB value is (190,54,245). Sum of RGB (Red+Green+Blue) = 190+54+245=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 54 (21.48% from 255 or 11.04% from 489); Blue value is 245 (96.09% from 255 or 50.10% from 489); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE36F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE36F5 is #41C90A. Grayscale: #737373. Windows color (decimal): -4311307 or 16070334. OLE color: 16070334.
HSL color Cylindrical-coordinate representation of color #BE36F5: hue angle of 282.72º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE36F5 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 54 | 245 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.04 |
| HSL | 282.72º | 0.91% | 0.59% | - |
| HSV(B) | 282.72º | 0.78% | 0.96% | - |
| XYZ | 39.04 | 20.18 | 88.22 | - |
| YUV | 116.44 | 200.56 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 245 | 0.22 | 0.78 | 0 | 0.04 | 282.72 | 0.91 | 0.59 |
| Hex | BE | 36 | F5 | 16 | 4E | 0 | 4 | 11B | 5B | 3B |
| Octal | 276 | 66 | 365 | 26 | 116 | 0 | 4 | 433 | 133 | 73 |
| Binary | 10111110 | 110110 | 11110101 | 10110 | 1001110 | 0 | 100 | 100011011 | 1011011 | 111011 |
Color Harmonies of #BE36F5
Complementary color
Monochromatic Colors of #BE36F5
Black with #BE36F5
Text Example
Text Example
White with #BE36F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36F5; }
p { color: rgb(190,54,245); }
H1.HeaderClassName
{
color: #BE36F5;
}
.AnyTagClassName
{
color: #BE36F5;
}
</style>
background-color css
<style>
a { background-color: #BE36F5; }
a { background-color: rgb(190,54,245); }
div.DivClassName
{
background-color: #BE36F5;
}
.BgClassName
{
background-color: #BE36F5;
}
</style>
border-color css
<style>
span { border-color: #BE36F5; }
span { border-color: rgb(190,54,245); }
td.TdClassName
{
border-color: #BE36F5;
}
.TagClassName
{
border-color: #BE36F5;
}
</style>