Shades of Medium Orchid #BE36F2
Tints of Medium Orchid #BE36F2
RGB
CMYK
RGB Variations
Color information
#BE36F2 (or 0xBE36F2) is known color: Medium Orchid. HEX triplet: BE, 36 and F2. RGB value is (190,54,242). Sum of RGB (Red+Green+Blue) = 190+54+242=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 54 (21.48% from 255 or 11.11% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE36F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE36F2 is #41C90D. Grayscale: #737373. Windows color (decimal): -4311310 or 15873726. OLE color: 15873726.
HSL color Cylindrical-coordinate representation of color #BE36F2: hue angle of 283.4º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE36F2 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 54 | 242 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.05 |
| HSL | 283.4º | 0.88% | 0.58% | - |
| HSV(B) | 283.4º | 0.78% | 0.95% | - |
| XYZ | 38.58 | 20 | 85.83 | - |
| YUV | 116.1 | 199.06 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 242 | 0.21 | 0.78 | 0 | 0.05 | 283.4 | 0.88 | 0.58 |
| Hex | BE | 36 | F2 | 15 | 4E | 0 | 5 | 11B | 58 | 3A |
| Octal | 276 | 66 | 362 | 25 | 116 | 0 | 5 | 433 | 130 | 72 |
| Binary | 10111110 | 110110 | 11110010 | 10101 | 1001110 | 0 | 101 | 100011011 | 1011000 | 111010 |
Color Harmonies of #BE36F2
Complementary color
Monochromatic Colors of #BE36F2
Black with #BE36F2
Text Example
Text Example
White with #BE36F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36F2; }
p { color: rgb(190,54,242); }
H1.HeaderClassName
{
color: #BE36F2;
}
.AnyTagClassName
{
color: #BE36F2;
}
</style>
background-color css
<style>
a { background-color: #BE36F2; }
a { background-color: rgb(190,54,242); }
div.DivClassName
{
background-color: #BE36F2;
}
.BgClassName
{
background-color: #BE36F2;
}
</style>
border-color css
<style>
span { border-color: #BE36F2; }
span { border-color: rgb(190,54,242); }
td.TdClassName
{
border-color: #BE36F2;
}
.TagClassName
{
border-color: #BE36F2;
}
</style>