Shades of Medium Orchid #BE3CEE
Tints of Medium Orchid #BE3CEE
RGB
CMYK
RGB Variations
Color information
#BE3CEE (or 0xBE3CEE) is known color: Medium Orchid. HEX triplet: BE, 3C and EE. RGB value is (190,60,238). Sum of RGB (Red+Green+Blue) = 190+60+238=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE3CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3CEE is #41C311. Grayscale: #767676. Windows color (decimal): -4309778 or 15613118. OLE color: 15613118.
HSL color Cylindrical-coordinate representation of color #BE3CEE: hue angle of 283.82º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE3CEE is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 60 | 238 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.07 |
| HSL | 283.82º | 0.84% | 0.58% | - |
| HSV(B) | 283.82º | 0.75% | 0.93% | - |
| XYZ | 38.28 | 20.35 | 82.8 | - |
| YUV | 119.16 | 195.07 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 238 | 0.20 | 0.75 | 0 | 0.07 | 283.82 | 0.84 | 0.58 |
| Hex | BE | 3C | EE | 14 | 4B | 0 | 7 | 11C | 54 | 3A |
| Octal | 276 | 74 | 356 | 24 | 113 | 0 | 7 | 434 | 124 | 72 |
| Binary | 10111110 | 111100 | 11101110 | 10100 | 1001011 | 0 | 111 | 100011100 | 1010100 | 111010 |
Color Harmonies of #BE3CEE
Complementary color
Monochromatic Colors of #BE3CEE
Black with #BE3CEE
Text Example
Text Example
White with #BE3CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3CEE; }
p { color: rgb(190,60,238); }
H1.HeaderClassName
{
color: #BE3CEE;
}
.AnyTagClassName
{
color: #BE3CEE;
}
</style>
background-color css
<style>
a { background-color: #BE3CEE; }
a { background-color: rgb(190,60,238); }
div.DivClassName
{
background-color: #BE3CEE;
}
.BgClassName
{
background-color: #BE3CEE;
}
</style>
border-color css
<style>
span { border-color: #BE3CEE; }
span { border-color: rgb(190,60,238); }
td.TdClassName
{
border-color: #BE3CEE;
}
.TagClassName
{
border-color: #BE3CEE;
}
</style>