Shades of Medium Orchid #BE2CE9
Tints of Medium Orchid #BE2CE9
RGB
CMYK
RGB Variations
Color information
#BE2CE9 (or 0xBE2CE9) is known color: Medium Orchid. HEX triplet: BE, 2C and E9. RGB value is (190,44,233). Sum of RGB (Red+Green+Blue) = 190+44+233=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE2CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2CE9 is #41D316. Grayscale: #6C6C6C. Windows color (decimal): -4313879 or 15281342. OLE color: 15281342.
HSL color Cylindrical-coordinate representation of color #BE2CE9: hue angle of 286.35º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2CE9 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 44 | 233 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.09 |
| HSL | 286.35º | 0.81% | 0.54% | - |
| HSV(B) | 286.35º | 0.81% | 0.91% | - |
| XYZ | 36.84 | 18.63 | 78.75 | - |
| YUV | 109.2 | 197.87 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 233 | 0.18 | 0.81 | 0 | 0.09 | 286.35 | 0.81 | 0.54 |
| Hex | BE | 2C | E9 | 12 | 51 | 0 | 9 | 11E | 51 | 36 |
| Octal | 276 | 54 | 351 | 22 | 121 | 0 | 11 | 436 | 121 | 66 |
| Binary | 10111110 | 101100 | 11101001 | 10010 | 1010001 | 0 | 1001 | 100011110 | 1010001 | 110110 |
Color Harmonies of #BE2CE9
Complementary color
Monochromatic Colors of #BE2CE9
Black with #BE2CE9
Text Example
Text Example
White with #BE2CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CE9; }
p { color: rgb(190,44,233); }
H1.HeaderClassName
{
color: #BE2CE9;
}
.AnyTagClassName
{
color: #BE2CE9;
}
</style>
background-color css
<style>
a { background-color: #BE2CE9; }
a { background-color: rgb(190,44,233); }
div.DivClassName
{
background-color: #BE2CE9;
}
.BgClassName
{
background-color: #BE2CE9;
}
</style>
border-color css
<style>
span { border-color: #BE2CE9; }
span { border-color: rgb(190,44,233); }
td.TdClassName
{
border-color: #BE2CE9;
}
.TagClassName
{
border-color: #BE2CE9;
}
</style>