Shades of Medium Orchid #BE62F0
Tints of Medium Orchid #BE62F0
RGB
CMYK
RGB Variations
Color information
#BE62F0 (or 0xBE62F0) is known color: Medium Orchid. HEX triplet: BE, 62 and F0. RGB value is (190,98,240). Sum of RGB (Red+Green+Blue) = 190+98+240=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE62F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE62F0 is #419D0F. Grayscale: #8D8D8D. Windows color (decimal): -4300048 or 15753918. OLE color: 15753918.
HSL color Cylindrical-coordinate representation of color #BE62F0: hue angle of 278.87º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE62F0 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 98 | 240 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.06 |
| HSL | 278.87º | 0.83% | 0.66% | - |
| HSV(B) | 278.87º | 0.59% | 0.94% | - |
| XYZ | 41.33 | 25.97 | 85.27 | - |
| YUV | 141.7 | 183.48 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 240 | 0.21 | 0.59 | 0 | 0.06 | 278.87 | 0.83 | 0.66 |
| Hex | BE | 62 | F0 | 15 | 3B | 0 | 6 | 117 | 53 | 42 |
| Octal | 276 | 142 | 360 | 25 | 73 | 0 | 6 | 427 | 123 | 102 |
| Binary | 10111110 | 1100010 | 11110000 | 10101 | 111011 | 0 | 110 | 100010111 | 1010011 | 1000010 |
Color Harmonies of #BE62F0
Complementary color
Monochromatic Colors of #BE62F0
Black with #BE62F0
Text Example
Text Example
White with #BE62F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE62F0; }
p { color: rgb(190,98,240); }
H1.HeaderClassName
{
color: #BE62F0;
}
.AnyTagClassName
{
color: #BE62F0;
}
</style>
background-color css
<style>
a { background-color: #BE62F0; }
a { background-color: rgb(190,98,240); }
div.DivClassName
{
background-color: #BE62F0;
}
.BgClassName
{
background-color: #BE62F0;
}
</style>
border-color css
<style>
span { border-color: #BE62F0; }
span { border-color: rgb(190,98,240); }
td.TdClassName
{
border-color: #BE62F0;
}
.TagClassName
{
border-color: #BE62F0;
}
</style>