Shades of Medium Orchid #BE2CE6
Tints of Medium Orchid #BE2CE6
RGB
CMYK
RGB Variations
Color information
#BE2CE6 (or 0xBE2CE6) is known color: Medium Orchid. HEX triplet: BE, 2C and E6. RGB value is (190,44,230). Sum of RGB (Red+Green+Blue) = 190+44+230=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE2CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2CE6 is #41D319. Grayscale: #6C6C6C. Windows color (decimal): -4313882 or 15084734. OLE color: 15084734.
HSL color Cylindrical-coordinate representation of color #BE2CE6: hue angle of 287.1º degrees, saturation: 0.79, 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 #BE2CE6 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 44 | 230 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.10 |
| HSL | 287.1º | 0.79% | 0.54% | - |
| HSV(B) | 287.1º | 0.81% | 0.9% | - |
| XYZ | 36.42 | 18.46 | 76.51 | - |
| YUV | 108.86 | 196.37 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 230 | 0.17 | 0.81 | 0 | 0.10 | 287.1 | 0.79 | 0.54 |
| Hex | BE | 2C | E6 | 11 | 51 | 0 | A | 11F | 4F | 36 |
| Octal | 276 | 54 | 346 | 21 | 121 | 0 | 12 | 437 | 117 | 66 |
| Binary | 10111110 | 101100 | 11100110 | 10001 | 1010001 | 0 | 1010 | 100011111 | 1001111 | 110110 |
Color Harmonies of #BE2CE6
Complementary color
Monochromatic Colors of #BE2CE6
Black with #BE2CE6
Text Example
Text Example
White with #BE2CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CE6; }
p { color: rgb(190,44,230); }
H1.HeaderClassName
{
color: #BE2CE6;
}
.AnyTagClassName
{
color: #BE2CE6;
}
</style>
background-color css
<style>
a { background-color: #BE2CE6; }
a { background-color: rgb(190,44,230); }
div.DivClassName
{
background-color: #BE2CE6;
}
.BgClassName
{
background-color: #BE2CE6;
}
</style>
border-color css
<style>
span { border-color: #BE2CE6; }
span { border-color: rgb(190,44,230); }
td.TdClassName
{
border-color: #BE2CE6;
}
.TagClassName
{
border-color: #BE2CE6;
}
</style>