Shades of Medium Orchid #BE4FDF
Tints of Medium Orchid #BE4FDF
RGB
CMYK
RGB Variations
Color information
#BE4FDF (or 0xBE4FDF) is known color: Medium Orchid. HEX triplet: BE, 4F and DF. RGB value is (190,79,223). Sum of RGB (Red+Green+Blue) = 190+79+223=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4FDF is #41B020. Grayscale: #808080. Windows color (decimal): -4304929 or 14634942. OLE color: 14634942.
HSL color Cylindrical-coordinate representation of color #BE4FDF: hue angle of 286.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4FDF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 79 | 223 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.13 |
| HSL | 286.25º | 0.69% | 0.59% | - |
| HSV(B) | 286.25º | 0.65% | 0.87% | - |
| XYZ | 37.35 | 21.87 | 72.06 | - |
| YUV | 128.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 79 | 223 | 0.15 | 0.65 | 0 | 0.13 | 286.25 | 0.69 | 0.59 |
| Hex | BE | 4F | DF | F | 41 | 0 | D | 11E | 45 | 3B |
| Octal | 276 | 117 | 337 | 17 | 101 | 0 | 15 | 436 | 105 | 73 |
| Binary | 10111110 | 1001111 | 11011111 | 1111 | 1000001 | 0 | 1101 | 100011110 | 1000101 | 111011 |
Color Harmonies of #BE4FDF
Complementary color
Monochromatic Colors of #BE4FDF
Black with #BE4FDF
Text Example
Text Example
White with #BE4FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4FDF; }
p { color: rgb(190,79,223); }
H1.HeaderClassName
{
color: #BE4FDF;
}
.AnyTagClassName
{
color: #BE4FDF;
}
</style>
background-color css
<style>
a { background-color: #BE4FDF; }
a { background-color: rgb(190,79,223); }
div.DivClassName
{
background-color: #BE4FDF;
}
.BgClassName
{
background-color: #BE4FDF;
}
</style>
border-color css
<style>
span { border-color: #BE4FDF; }
span { border-color: rgb(190,79,223); }
td.TdClassName
{
border-color: #BE4FDF;
}
.TagClassName
{
border-color: #BE4FDF;
}
</style>