Shades of Medium Orchid #BE52F2
Tints of Medium Orchid #BE52F2
RGB
CMYK
RGB Variations
Color information
#BE52F2 (or 0xBE52F2) is known color: Medium Orchid. HEX triplet: BE, 52 and F2. RGB value is (190,82,242). Sum of RGB (Red+Green+Blue) = 190+82+242=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE52F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE52F2 is #41AD0D. Grayscale: #848484. Windows color (decimal): -4304142 or 15880894. OLE color: 15880894.
HSL color Cylindrical-coordinate representation of color #BE52F2: hue angle of 280.5º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE52F2 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 82 | 242 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.05 |
| HSL | 280.5º | 0.86% | 0.64% | - |
| HSV(B) | 280.5º | 0.66% | 0.95% | - |
| XYZ | 40.28 | 23.39 | 86.4 | - |
| YUV | 132.53 | 189.78 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 242 | 0.21 | 0.66 | 0 | 0.05 | 280.5 | 0.86 | 0.64 |
| Hex | BE | 52 | F2 | 15 | 42 | 0 | 5 | 118 | 56 | 40 |
| Octal | 276 | 122 | 362 | 25 | 102 | 0 | 5 | 430 | 126 | 100 |
| Binary | 10111110 | 1010010 | 11110010 | 10101 | 1000010 | 0 | 101 | 100011000 | 1010110 | 1000000 |
Color Harmonies of #BE52F2
Complementary color
Monochromatic Colors of #BE52F2
Black with #BE52F2
Text Example
Text Example
White with #BE52F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE52F2; }
p { color: rgb(190,82,242); }
H1.HeaderClassName
{
color: #BE52F2;
}
.AnyTagClassName
{
color: #BE52F2;
}
</style>
background-color css
<style>
a { background-color: #BE52F2; }
a { background-color: rgb(190,82,242); }
div.DivClassName
{
background-color: #BE52F2;
}
.BgClassName
{
background-color: #BE52F2;
}
</style>
border-color css
<style>
span { border-color: #BE52F2; }
span { border-color: rgb(190,82,242); }
td.TdClassName
{
border-color: #BE52F2;
}
.TagClassName
{
border-color: #BE52F2;
}
</style>