Shades of Medium Orchid #BE3CEF
Tints of Medium Orchid #BE3CEF
RGB
CMYK
RGB Variations
Color information
#BE3CEF (or 0xBE3CEF) is known color: Medium Orchid. HEX triplet: BE, 3C and EF. RGB value is (190,60,239). Sum of RGB (Red+Green+Blue) = 190+60+239=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3CEF is #41C310. Grayscale: #767676. Windows color (decimal): -4309777 or 15678654. OLE color: 15678654.
HSL color Cylindrical-coordinate representation of color #BE3CEF: hue angle of 283.58º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE3CEF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 60 | 239 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.06 |
| HSL | 283.58º | 0.85% | 0.59% | - |
| HSV(B) | 283.58º | 0.75% | 0.94% | - |
| XYZ | 38.43 | 20.41 | 83.58 | - |
| YUV | 119.28 | 195.57 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 239 | 0.21 | 0.75 | 0 | 0.06 | 283.58 | 0.85 | 0.59 |
| Hex | BE | 3C | EF | 15 | 4B | 0 | 6 | 11C | 55 | 3B |
| Octal | 276 | 74 | 357 | 25 | 113 | 0 | 6 | 434 | 125 | 73 |
| Binary | 10111110 | 111100 | 11101111 | 10101 | 1001011 | 0 | 110 | 100011100 | 1010101 | 111011 |
Color Harmonies of #BE3CEF
Complementary color
Monochromatic Colors of #BE3CEF
Black with #BE3CEF
Text Example
Text Example
White with #BE3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3CEF; }
p { color: rgb(190,60,239); }
H1.HeaderClassName
{
color: #BE3CEF;
}
.AnyTagClassName
{
color: #BE3CEF;
}
</style>
background-color css
<style>
a { background-color: #BE3CEF; }
a { background-color: rgb(190,60,239); }
div.DivClassName
{
background-color: #BE3CEF;
}
.BgClassName
{
background-color: #BE3CEF;
}
</style>
border-color css
<style>
span { border-color: #BE3CEF; }
span { border-color: rgb(190,60,239); }
td.TdClassName
{
border-color: #BE3CEF;
}
.TagClassName
{
border-color: #BE3CEF;
}
</style>