Shades of Medium Orchid #BE2CE3
Tints of Medium Orchid #BE2CE3
RGB
CMYK
RGB Variations
Color information
#BE2CE3 (or 0xBE2CE3) is known color: Medium Orchid. HEX triplet: BE, 2C and E3. RGB value is (190,44,227). Sum of RGB (Red+Green+Blue) = 190+44+227=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 227 (89.06% from 255 or 49.24% from 461); Max value from RGB is 227 - color contains mainly: blue. Hex color #BE2CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CE3 is #41D31C. Grayscale: #6B6B6B. Windows color (decimal): -4313885 or 14888126. OLE color: 14888126.
HSL color Cylindrical-coordinate representation of color #BE2CE3: hue angle of 287.87º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2CE3 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 44 | 227 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.11 |
| HSL | 287.87º | 0.77% | 0.53% | - |
| HSV(B) | 287.87º | 0.81% | 0.89% | - |
| XYZ | 36 | 18.29 | 74.31 | - |
| YUV | 108.52 | 194.87 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 227 | 0.16 | 0.81 | 0 | 0.11 | 287.87 | 0.77 | 0.53 |
| Hex | BE | 2C | E3 | 10 | 51 | 0 | B | 120 | 4D | 35 |
| Octal | 276 | 54 | 343 | 20 | 121 | 0 | 13 | 440 | 115 | 65 |
| Binary | 10111110 | 101100 | 11100011 | 10000 | 1010001 | 0 | 1011 | 100100000 | 1001101 | 110101 |
Color Harmonies of #BE2CE3
Complementary color
Monochromatic Colors of #BE2CE3
Black with #BE2CE3
Text Example
Text Example
White with #BE2CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CE3; }
p { color: rgb(190,44,227); }
H1.HeaderClassName
{
color: #BE2CE3;
}
.AnyTagClassName
{
color: #BE2CE3;
}
</style>
background-color css
<style>
a { background-color: #BE2CE3; }
a { background-color: rgb(190,44,227); }
div.DivClassName
{
background-color: #BE2CE3;
}
.BgClassName
{
background-color: #BE2CE3;
}
</style>
border-color css
<style>
span { border-color: #BE2CE3; }
span { border-color: rgb(190,44,227); }
td.TdClassName
{
border-color: #BE2CE3;
}
.TagClassName
{
border-color: #BE2CE3;
}
</style>