Shades of Medium Orchid #BE59DF
Tints of Medium Orchid #BE59DF
RGB
CMYK
RGB Variations
Color information
#BE59DF (or 0xBE59DF) is known color: Medium Orchid. HEX triplet: BE, 59 and DF. RGB value is (190,89,223). Sum of RGB (Red+Green+Blue) = 190+89+223=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE59DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59DF is #41A620. Grayscale: #868686. Windows color (decimal): -4302369 or 14637502. OLE color: 14637502.
HSL color Cylindrical-coordinate representation of color #BE59DF: hue angle of 285.22º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE59DF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 89 | 223 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.13 |
| HSL | 285.22º | 0.68% | 0.61% | - |
| HSV(B) | 285.22º | 0.6% | 0.87% | - |
| XYZ | 38.13 | 23.42 | 72.32 | - |
| YUV | 134.48 | 177.96 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 223 | 0.15 | 0.60 | 0 | 0.13 | 285.22 | 0.68 | 0.61 |
| Hex | BE | 59 | DF | F | 3C | 0 | D | 11D | 44 | 3D |
| Octal | 276 | 131 | 337 | 17 | 74 | 0 | 15 | 435 | 104 | 75 |
| Binary | 10111110 | 1011001 | 11011111 | 1111 | 111100 | 0 | 1101 | 100011101 | 1000100 | 111101 |
Color Harmonies of #BE59DF
Complementary color
Monochromatic Colors of #BE59DF
Black with #BE59DF
Text Example
Text Example
White with #BE59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE59DF; }
p { color: rgb(190,89,223); }
H1.HeaderClassName
{
color: #BE59DF;
}
.AnyTagClassName
{
color: #BE59DF;
}
</style>
background-color css
<style>
a { background-color: #BE59DF; }
a { background-color: rgb(190,89,223); }
div.DivClassName
{
background-color: #BE59DF;
}
.BgClassName
{
background-color: #BE59DF;
}
</style>
border-color css
<style>
span { border-color: #BE59DF; }
span { border-color: rgb(190,89,223); }
td.TdClassName
{
border-color: #BE59DF;
}
.TagClassName
{
border-color: #BE59DF;
}
</style>