Shades of Medium Orchid #BE3ECE
Tints of Medium Orchid #BE3ECE
RGB
CMYK
RGB Variations
Color information
#BE3ECE (or 0xBE3ECE) is known color: Medium Orchid. HEX triplet: BE, 3E and CE. RGB value is (190,62,206). Sum of RGB (Red+Green+Blue) = 190+62+206=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE3ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3ECE is #41C131. Grayscale: #747474. Windows color (decimal): -4309298 or 13516478. OLE color: 13516478.
HSL color Cylindrical-coordinate representation of color #BE3ECE: hue angle of 293.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE3ECE is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 62 | 206 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.19 |
| HSL | 293.33º | 0.6% | 0.53% | - |
| HSV(B) | 293.33º | 0.7% | 0.81% | - |
| XYZ | 34.1 | 18.85 | 60.23 | - |
| YUV | 116.69 | 178.41 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 206 | 0.08 | 0.70 | 0 | 0.19 | 293.33 | 0.6 | 0.53 |
| Hex | BE | 3E | CE | 8 | 46 | 0 | 13 | 125 | 3C | 35 |
| Octal | 276 | 76 | 316 | 10 | 106 | 0 | 23 | 445 | 74 | 65 |
| Binary | 10111110 | 111110 | 11001110 | 1000 | 1000110 | 0 | 10011 | 100100101 | 111100 | 110101 |
Color Harmonies of #BE3ECE
Complementary color
Monochromatic Colors of #BE3ECE
Black with #BE3ECE
Text Example
Text Example
White with #BE3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3ECE; }
p { color: rgb(190,62,206); }
H1.HeaderClassName
{
color: #BE3ECE;
}
.AnyTagClassName
{
color: #BE3ECE;
}
</style>
background-color css
<style>
a { background-color: #BE3ECE; }
a { background-color: rgb(190,62,206); }
div.DivClassName
{
background-color: #BE3ECE;
}
.BgClassName
{
background-color: #BE3ECE;
}
</style>
border-color css
<style>
span { border-color: #BE3ECE; }
span { border-color: rgb(190,62,206); }
td.TdClassName
{
border-color: #BE3ECE;
}
.TagClassName
{
border-color: #BE3ECE;
}
</style>