Shades of Medium Orchid #BE5DDF
Tints of Medium Orchid #BE5DDF
RGB
CMYK
RGB Variations
Color information
#BE5DDF (or 0xBE5DDF) is known color: Medium Orchid. HEX triplet: BE, 5D and DF. RGB value is (190,93,223). Sum of RGB (Red+Green+Blue) = 190+93+223=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE5DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DDF is #41A220. Grayscale: #888888. Windows color (decimal): -4301345 or 14638526. OLE color: 14638526.
HSL color Cylindrical-coordinate representation of color #BE5DDF: hue angle of 284.77º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE5DDF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 93 | 223 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.13 |
| HSL | 284.77º | 0.67% | 0.62% | - |
| HSV(B) | 284.77º | 0.58% | 0.87% | - |
| XYZ | 38.47 | 24.1 | 72.44 | - |
| YUV | 136.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 223 | 0.15 | 0.58 | 0 | 0.13 | 284.77 | 0.67 | 0.62 |
| Hex | BE | 5D | DF | F | 3A | 0 | D | 11D | 43 | 3E |
| Octal | 276 | 135 | 337 | 17 | 72 | 0 | 15 | 435 | 103 | 76 |
| Binary | 10111110 | 1011101 | 11011111 | 1111 | 111010 | 0 | 1101 | 100011101 | 1000011 | 111110 |
Color Harmonies of #BE5DDF
Complementary color
Monochromatic Colors of #BE5DDF
Black with #BE5DDF
Text Example
Text Example
White with #BE5DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5DDF; }
p { color: rgb(190,93,223); }
H1.HeaderClassName
{
color: #BE5DDF;
}
.AnyTagClassName
{
color: #BE5DDF;
}
</style>
background-color css
<style>
a { background-color: #BE5DDF; }
a { background-color: rgb(190,93,223); }
div.DivClassName
{
background-color: #BE5DDF;
}
.BgClassName
{
background-color: #BE5DDF;
}
</style>
border-color css
<style>
span { border-color: #BE5DDF; }
span { border-color: rgb(190,93,223); }
td.TdClassName
{
border-color: #BE5DDF;
}
.TagClassName
{
border-color: #BE5DDF;
}
</style>