Shades of Medium Orchid #BE4DCE
Tints of Medium Orchid #BE4DCE
RGB
CMYK
RGB Variations
Color information
#BE4DCE (or 0xBE4DCE) is known color: Medium Orchid. HEX triplet: BE, 4D and CE. RGB value is (190,77,206). Sum of RGB (Red+Green+Blue) = 190+77+206=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE4DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DCE is #41B231. Grayscale: #7D7D7D. Windows color (decimal): -4305458 or 13520318. OLE color: 13520318.
HSL color Cylindrical-coordinate representation of color #BE4DCE: hue angle of 292.56º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4DCE is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 77 | 206 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.19 |
| HSL | 292.56º | 0.57% | 0.55% | - |
| HSV(B) | 292.56º | 0.63% | 0.81% | - |
| XYZ | 35.03 | 20.71 | 60.54 | - |
| YUV | 125.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 206 | 0.08 | 0.63 | 0 | 0.19 | 292.56 | 0.57 | 0.55 |
| Hex | BE | 4D | CE | 8 | 3F | 0 | 13 | 125 | 39 | 37 |
| Octal | 276 | 115 | 316 | 10 | 77 | 0 | 23 | 445 | 71 | 67 |
| Binary | 10111110 | 1001101 | 11001110 | 1000 | 111111 | 0 | 10011 | 100100101 | 111001 | 110111 |
Color Harmonies of #BE4DCE
Complementary color
Monochromatic Colors of #BE4DCE
Black with #BE4DCE
Text Example
Text Example
White with #BE4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DCE; }
p { color: rgb(190,77,206); }
H1.HeaderClassName
{
color: #BE4DCE;
}
.AnyTagClassName
{
color: #BE4DCE;
}
</style>
background-color css
<style>
a { background-color: #BE4DCE; }
a { background-color: rgb(190,77,206); }
div.DivClassName
{
background-color: #BE4DCE;
}
.BgClassName
{
background-color: #BE4DCE;
}
</style>
border-color css
<style>
span { border-color: #BE4DCE; }
span { border-color: rgb(190,77,206); }
td.TdClassName
{
border-color: #BE4DCE;
}
.TagClassName
{
border-color: #BE4DCE;
}
</style>