Shades of Medium Orchid #BE3CDF
Tints of Medium Orchid #BE3CDF
RGB
CMYK
RGB Variations
Color information
#BE3CDF (or 0xBE3CDF) is known color: Medium Orchid. HEX triplet: BE, 3C and DF. RGB value is (190,60,223). Sum of RGB (Red+Green+Blue) = 190+60+223=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE3CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3CDF is #41C320. Grayscale: #747474. Windows color (decimal): -4309793 or 14630078. OLE color: 14630078.
HSL color Cylindrical-coordinate representation of color #BE3CDF: hue angle of 287.85º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3CDF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 60 | 223 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.13 |
| HSL | 287.85º | 0.72% | 0.55% | - |
| HSV(B) | 287.85º | 0.73% | 0.87% | - |
| XYZ | 36.17 | 19.51 | 71.67 | - |
| YUV | 117.45 | 187.57 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 223 | 0.15 | 0.73 | 0 | 0.13 | 287.85 | 0.72 | 0.55 |
| Hex | BE | 3C | DF | F | 49 | 0 | D | 120 | 48 | 37 |
| Octal | 276 | 74 | 337 | 17 | 111 | 0 | 15 | 440 | 110 | 67 |
| Binary | 10111110 | 111100 | 11011111 | 1111 | 1001001 | 0 | 1101 | 100100000 | 1001000 | 110111 |
Color Harmonies of #BE3CDF
Complementary color
Monochromatic Colors of #BE3CDF
Black with #BE3CDF
Text Example
Text Example
White with #BE3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3CDF; }
p { color: rgb(190,60,223); }
H1.HeaderClassName
{
color: #BE3CDF;
}
.AnyTagClassName
{
color: #BE3CDF;
}
</style>
background-color css
<style>
a { background-color: #BE3CDF; }
a { background-color: rgb(190,60,223); }
div.DivClassName
{
background-color: #BE3CDF;
}
.BgClassName
{
background-color: #BE3CDF;
}
</style>
border-color css
<style>
span { border-color: #BE3CDF; }
span { border-color: rgb(190,60,223); }
td.TdClassName
{
border-color: #BE3CDF;
}
.TagClassName
{
border-color: #BE3CDF;
}
</style>