Shades of Medium Orchid #BE2ECE
Tints of Medium Orchid #BE2ECE
RGB
CMYK
RGB Variations
Color information
#BE2ECE (or 0xBE2ECE) is known color: Medium Orchid. HEX triplet: BE, 2E and CE. RGB value is (190,46,206). Sum of RGB (Red+Green+Blue) = 190+46+206=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE2ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ECE is #41D131. Grayscale: #6A6A6A. Windows color (decimal): -4313394 or 13512382. OLE color: 13512382.
HSL color Cylindrical-coordinate representation of color #BE2ECE: hue angle of 294º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2ECE is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 46 | 206 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.19 |
| HSL | 294º | 0.63% | 0.49% | - |
| HSV(B) | 294º | 0.78% | 0.81% | - |
| XYZ | 33.35 | 17.36 | 59.98 | - |
| YUV | 107.3 | 183.71 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 206 | 0.08 | 0.78 | 0 | 0.19 | 294 | 0.63 | 0.49 |
| Hex | BE | 2E | CE | 8 | 4E | 0 | 13 | 126 | 3F | 31 |
| Octal | 276 | 56 | 316 | 10 | 116 | 0 | 23 | 446 | 77 | 61 |
| Binary | 10111110 | 101110 | 11001110 | 1000 | 1001110 | 0 | 10011 | 100100110 | 111111 | 110001 |
Color Harmonies of #BE2ECE
Complementary color
Monochromatic Colors of #BE2ECE
Black with #BE2ECE
Text Example
Text Example
White with #BE2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2ECE; }
p { color: rgb(190,46,206); }
H1.HeaderClassName
{
color: #BE2ECE;
}
.AnyTagClassName
{
color: #BE2ECE;
}
</style>
background-color css
<style>
a { background-color: #BE2ECE; }
a { background-color: rgb(190,46,206); }
div.DivClassName
{
background-color: #BE2ECE;
}
.BgClassName
{
background-color: #BE2ECE;
}
</style>
border-color css
<style>
span { border-color: #BE2ECE; }
span { border-color: rgb(190,46,206); }
td.TdClassName
{
border-color: #BE2ECE;
}
.TagClassName
{
border-color: #BE2ECE;
}
</style>