Shades of Medium Orchid #BE5FDF
Tints of Medium Orchid #BE5FDF
RGB
CMYK
RGB Variations
Color information
#BE5FDF (or 0xBE5FDF) is known color: Medium Orchid. HEX triplet: BE, 5F and DF. RGB value is (190,95,223). Sum of RGB (Red+Green+Blue) = 190+95+223=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE5FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FDF is #41A020. Grayscale: #898989. Windows color (decimal): -4300833 or 14639038. OLE color: 14639038.
HSL color Cylindrical-coordinate representation of color #BE5FDF: hue angle of 284.53º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE5FDF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 95 | 223 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.13 |
| HSL | 284.53º | 0.67% | 0.62% | - |
| HSV(B) | 284.53º | 0.57% | 0.87% | - |
| XYZ | 38.65 | 24.46 | 72.5 | - |
| YUV | 138 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 95 | 223 | 0.15 | 0.57 | 0 | 0.13 | 284.53 | 0.67 | 0.62 |
| Hex | BE | 5F | DF | F | 39 | 0 | D | 11D | 43 | 3E |
| Octal | 276 | 137 | 337 | 17 | 71 | 0 | 15 | 435 | 103 | 76 |
| Binary | 10111110 | 1011111 | 11011111 | 1111 | 111001 | 0 | 1101 | 100011101 | 1000011 | 111110 |
Color Harmonies of #BE5FDF
Complementary color
Monochromatic Colors of #BE5FDF
Black with #BE5FDF
Text Example
Text Example
White with #BE5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5FDF; }
p { color: rgb(190,95,223); }
H1.HeaderClassName
{
color: #BE5FDF;
}
.AnyTagClassName
{
color: #BE5FDF;
}
</style>
background-color css
<style>
a { background-color: #BE5FDF; }
a { background-color: rgb(190,95,223); }
div.DivClassName
{
background-color: #BE5FDF;
}
.BgClassName
{
background-color: #BE5FDF;
}
</style>
border-color css
<style>
span { border-color: #BE5FDF; }
span { border-color: rgb(190,95,223); }
td.TdClassName
{
border-color: #BE5FDF;
}
.TagClassName
{
border-color: #BE5FDF;
}
</style>