Shades of Medium Orchid #BE3FDC
Tints of Medium Orchid #BE3FDC
RGB
CMYK
RGB Variations
Color information
#BE3FDC (or 0xBE3FDC) is known color: Medium Orchid. HEX triplet: BE, 3F and DC. RGB value is (190,63,220). Sum of RGB (Red+Green+Blue) = 190+63+220=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE3FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FDC is #41C023. Grayscale: #767676. Windows color (decimal): -4309028 or 14434238. OLE color: 14434238.
HSL color Cylindrical-coordinate representation of color #BE3FDC: hue angle of 288.54º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3FDC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 63 | 220 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.14 |
| HSL | 288.54º | 0.69% | 0.55% | - |
| HSV(B) | 288.54º | 0.71% | 0.86% | - |
| XYZ | 35.93 | 19.67 | 69.61 | - |
| YUV | 118.87 | 185.08 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 220 | 0.14 | 0.71 | 0 | 0.14 | 288.54 | 0.69 | 0.55 |
| Hex | BE | 3F | DC | E | 47 | 0 | E | 121 | 45 | 37 |
| Octal | 276 | 77 | 334 | 16 | 107 | 0 | 16 | 441 | 105 | 67 |
| Binary | 10111110 | 111111 | 11011100 | 1110 | 1000111 | 0 | 1110 | 100100001 | 1000101 | 110111 |
Color Harmonies of #BE3FDC
Complementary color
Monochromatic Colors of #BE3FDC
Black with #BE3FDC
Text Example
Text Example
White with #BE3FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3FDC; }
p { color: rgb(190,63,220); }
H1.HeaderClassName
{
color: #BE3FDC;
}
.AnyTagClassName
{
color: #BE3FDC;
}
</style>
background-color css
<style>
a { background-color: #BE3FDC; }
a { background-color: rgb(190,63,220); }
div.DivClassName
{
background-color: #BE3FDC;
}
.BgClassName
{
background-color: #BE3FDC;
}
</style>
border-color css
<style>
span { border-color: #BE3FDC; }
span { border-color: rgb(190,63,220); }
td.TdClassName
{
border-color: #BE3FDC;
}
.TagClassName
{
border-color: #BE3FDC;
}
</style>