Shades of Medium Orchid #BE51E5
Tints of Medium Orchid #BE51E5
RGB
CMYK
RGB Variations
Color information
#BE51E5 (or 0xBE51E5) is known color: Medium Orchid. HEX triplet: BE, 51 and E5. RGB value is (190,81,229). Sum of RGB (Red+Green+Blue) = 190+81+229=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE51E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51E5 is #41AE1A. Grayscale: #818181. Windows color (decimal): -4304411 or 15028670. OLE color: 15028670.
HSL color Cylindrical-coordinate representation of color #BE51E5: hue angle of 284.19º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE51E5 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 81 | 229 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.10 |
| HSL | 284.19º | 0.74% | 0.61% | - |
| HSV(B) | 284.19º | 0.65% | 0.9% | - |
| XYZ | 38.32 | 22.49 | 76.45 | - |
| YUV | 130.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 229 | 0.17 | 0.65 | 0 | 0.10 | 284.19 | 0.74 | 0.61 |
| Hex | BE | 51 | E5 | 11 | 41 | 0 | A | 11C | 4A | 3D |
| Octal | 276 | 121 | 345 | 21 | 101 | 0 | 12 | 434 | 112 | 75 |
| Binary | 10111110 | 1010001 | 11100101 | 10001 | 1000001 | 0 | 1010 | 100011100 | 1001010 | 111101 |
Color Harmonies of #BE51E5
Complementary color
Monochromatic Colors of #BE51E5
Black with #BE51E5
Text Example
Text Example
White with #BE51E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE51E5; }
p { color: rgb(190,81,229); }
H1.HeaderClassName
{
color: #BE51E5;
}
.AnyTagClassName
{
color: #BE51E5;
}
</style>
background-color css
<style>
a { background-color: #BE51E5; }
a { background-color: rgb(190,81,229); }
div.DivClassName
{
background-color: #BE51E5;
}
.BgClassName
{
background-color: #BE51E5;
}
</style>
border-color css
<style>
span { border-color: #BE51E5; }
span { border-color: rgb(190,81,229); }
td.TdClassName
{
border-color: #BE51E5;
}
.TagClassName
{
border-color: #BE51E5;
}
</style>