Shades of Medium Orchid #BE39F4
Tints of Medium Orchid #BE39F4
RGB
CMYK
RGB Variations
Color information
#BE39F4 (or 0xBE39F4) is known color: Medium Orchid. HEX triplet: BE, 39 and F4. RGB value is (190,57,244). Sum of RGB (Red+Green+Blue) = 190+57+244=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 57 (22.66% from 255 or 11.61% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #BE39F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE39F4 is #41C60B. Grayscale: #757575. Windows color (decimal): -4310540 or 16005566. OLE color: 16005566.
HSL color Cylindrical-coordinate representation of color #BE39F4: hue angle of 282.67º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE39F4 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 57 | 244 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.04 |
| HSL | 282.67º | 0.89% | 0.59% | - |
| HSV(B) | 282.67º | 0.77% | 0.96% | - |
| XYZ | 39.03 | 20.41 | 87.47 | - |
| YUV | 118.09 | 199.06 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 57 | 244 | 0.22 | 0.77 | 0 | 0.04 | 282.67 | 0.89 | 0.59 |
| Hex | BE | 39 | F4 | 16 | 4D | 0 | 4 | 11B | 59 | 3B |
| Octal | 276 | 71 | 364 | 26 | 115 | 0 | 4 | 433 | 131 | 73 |
| Binary | 10111110 | 111001 | 11110100 | 10110 | 1001101 | 0 | 100 | 100011011 | 1011001 | 111011 |
Color Harmonies of #BE39F4
Complementary color
Monochromatic Colors of #BE39F4
Black with #BE39F4
Text Example
Text Example
White with #BE39F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE39F4; }
p { color: rgb(190,57,244); }
H1.HeaderClassName
{
color: #BE39F4;
}
.AnyTagClassName
{
color: #BE39F4;
}
</style>
background-color css
<style>
a { background-color: #BE39F4; }
a { background-color: rgb(190,57,244); }
div.DivClassName
{
background-color: #BE39F4;
}
.BgClassName
{
background-color: #BE39F4;
}
</style>
border-color css
<style>
span { border-color: #BE39F4; }
span { border-color: rgb(190,57,244); }
td.TdClassName
{
border-color: #BE39F4;
}
.TagClassName
{
border-color: #BE39F4;
}
</style>