Shades of Medium Orchid #BE2CE5
Tints of Medium Orchid #BE2CE5
RGB
CMYK
RGB Variations
Color information
#BE2CE5 (or 0xBE2CE5) is known color: Medium Orchid. HEX triplet: BE, 2C and E5. RGB value is (190,44,229). Sum of RGB (Red+Green+Blue) = 190+44+229=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE2CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CE5 is #41D31A. Grayscale: #6C6C6C. Windows color (decimal): -4313883 or 15019198. OLE color: 15019198.
HSL color Cylindrical-coordinate representation of color #BE2CE5: hue angle of 287.35º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2CE5 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 44 | 229 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.10 |
| HSL | 287.35º | 0.78% | 0.54% | - |
| HSV(B) | 287.35º | 0.81% | 0.9% | - |
| XYZ | 36.28 | 18.41 | 75.77 | - |
| YUV | 108.74 | 195.87 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 229 | 0.17 | 0.81 | 0 | 0.10 | 287.35 | 0.78 | 0.54 |
| Hex | BE | 2C | E5 | 11 | 51 | 0 | A | 11F | 4E | 36 |
| Octal | 276 | 54 | 345 | 21 | 121 | 0 | 12 | 437 | 116 | 66 |
| Binary | 10111110 | 101100 | 11100101 | 10001 | 1010001 | 0 | 1010 | 100011111 | 1001110 | 110110 |
Color Harmonies of #BE2CE5
Complementary color
Monochromatic Colors of #BE2CE5
Black with #BE2CE5
Text Example
Text Example
White with #BE2CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CE5; }
p { color: rgb(190,44,229); }
H1.HeaderClassName
{
color: #BE2CE5;
}
.AnyTagClassName
{
color: #BE2CE5;
}
</style>
background-color css
<style>
a { background-color: #BE2CE5; }
a { background-color: rgb(190,44,229); }
div.DivClassName
{
background-color: #BE2CE5;
}
.BgClassName
{
background-color: #BE2CE5;
}
</style>
border-color css
<style>
span { border-color: #BE2CE5; }
span { border-color: rgb(190,44,229); }
td.TdClassName
{
border-color: #BE2CE5;
}
.TagClassName
{
border-color: #BE2CE5;
}
</style>