Shades of Medium Orchid #BE52F0
Tints of Medium Orchid #BE52F0
RGB
CMYK
RGB Variations
Color information
#BE52F0 (or 0xBE52F0) is known color: Medium Orchid. HEX triplet: BE, 52 and F0. RGB value is (190,82,240). Sum of RGB (Red+Green+Blue) = 190+82+240=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE52F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE52F0 is #41AD0F. Grayscale: #838383. Windows color (decimal): -4304144 or 15749822. OLE color: 15749822.
HSL color Cylindrical-coordinate representation of color #BE52F0: hue angle of 281.01º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE52F0 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 82 | 240 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.06 |
| HSL | 281.01º | 0.84% | 0.63% | - |
| HSV(B) | 281.01º | 0.66% | 0.94% | - |
| XYZ | 39.98 | 23.27 | 84.82 | - |
| YUV | 132.3 | 188.78 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 240 | 0.21 | 0.66 | 0 | 0.06 | 281.01 | 0.84 | 0.63 |
| Hex | BE | 52 | F0 | 15 | 42 | 0 | 6 | 119 | 54 | 3F |
| Octal | 276 | 122 | 360 | 25 | 102 | 0 | 6 | 431 | 124 | 77 |
| Binary | 10111110 | 1010010 | 11110000 | 10101 | 1000010 | 0 | 110 | 100011001 | 1010100 | 111111 |
Color Harmonies of #BE52F0
Complementary color
Monochromatic Colors of #BE52F0
Black with #BE52F0
Text Example
Text Example
White with #BE52F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE52F0; }
p { color: rgb(190,82,240); }
H1.HeaderClassName
{
color: #BE52F0;
}
.AnyTagClassName
{
color: #BE52F0;
}
</style>
background-color css
<style>
a { background-color: #BE52F0; }
a { background-color: rgb(190,82,240); }
div.DivClassName
{
background-color: #BE52F0;
}
.BgClassName
{
background-color: #BE52F0;
}
</style>
border-color css
<style>
span { border-color: #BE52F0; }
span { border-color: rgb(190,82,240); }
td.TdClassName
{
border-color: #BE52F0;
}
.TagClassName
{
border-color: #BE52F0;
}
</style>