Shades of Medium Orchid #BE50F1
Tints of Medium Orchid #BE50F1
RGB
CMYK
RGB Variations
Color information
#BE50F1 (or 0xBE50F1) is known color: Medium Orchid. HEX triplet: BE, 50 and F1. RGB value is (190,80,241). Sum of RGB (Red+Green+Blue) = 190+80+241=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE50F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE50F1 is #41AF0E. Grayscale: #828282. Windows color (decimal): -4304655 or 15814846. OLE color: 15814846.
HSL color Cylindrical-coordinate representation of color #BE50F1: hue angle of 280.99º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE50F1 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 80 | 241 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.05 |
| HSL | 280.99º | 0.85% | 0.63% | - |
| HSV(B) | 280.99º | 0.67% | 0.95% | - |
| XYZ | 39.98 | 23.04 | 85.56 | - |
| YUV | 131.24 | 189.94 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 241 | 0.21 | 0.67 | 0 | 0.05 | 280.99 | 0.85 | 0.63 |
| Hex | BE | 50 | F1 | 15 | 43 | 0 | 5 | 119 | 55 | 3F |
| Octal | 276 | 120 | 361 | 25 | 103 | 0 | 5 | 431 | 125 | 77 |
| Binary | 10111110 | 1010000 | 11110001 | 10101 | 1000011 | 0 | 101 | 100011001 | 1010101 | 111111 |
Color Harmonies of #BE50F1
Complementary color
Monochromatic Colors of #BE50F1
Black with #BE50F1
Text Example
Text Example
White with #BE50F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50F1; }
p { color: rgb(190,80,241); }
H1.HeaderClassName
{
color: #BE50F1;
}
.AnyTagClassName
{
color: #BE50F1;
}
</style>
background-color css
<style>
a { background-color: #BE50F1; }
a { background-color: rgb(190,80,241); }
div.DivClassName
{
background-color: #BE50F1;
}
.BgClassName
{
background-color: #BE50F1;
}
</style>
border-color css
<style>
span { border-color: #BE50F1; }
span { border-color: rgb(190,80,241); }
td.TdClassName
{
border-color: #BE50F1;
}
.TagClassName
{
border-color: #BE50F1;
}
</style>