Shades of Medium Orchid #BE62DF
Tints of Medium Orchid #BE62DF
RGB
CMYK
RGB Variations
Color information
#BE62DF (or 0xBE62DF) is known color: Medium Orchid. HEX triplet: BE, 62 and DF. RGB value is (190,98,223). Sum of RGB (Red+Green+Blue) = 190+98+223=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE62DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62DF is #419D20. Grayscale: #8B8B8B. Windows color (decimal): -4300065 or 14639806. OLE color: 14639806.
HSL color Cylindrical-coordinate representation of color #BE62DF: hue angle of 284.16º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE62DF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 98 | 223 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.13 |
| HSL | 284.16º | 0.66% | 0.63% | - |
| HSV(B) | 284.16º | 0.56% | 0.87% | - |
| XYZ | 38.92 | 25.01 | 72.59 | - |
| YUV | 139.76 | 174.98 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 223 | 0.15 | 0.56 | 0 | 0.13 | 284.16 | 0.66 | 0.63 |
| Hex | BE | 62 | DF | F | 38 | 0 | D | 11C | 42 | 3F |
| Octal | 276 | 142 | 337 | 17 | 70 | 0 | 15 | 434 | 102 | 77 |
| Binary | 10111110 | 1100010 | 11011111 | 1111 | 111000 | 0 | 1101 | 100011100 | 1000010 | 111111 |
Color Harmonies of #BE62DF
Complementary color
Monochromatic Colors of #BE62DF
Black with #BE62DF
Text Example
Text Example
White with #BE62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE62DF; }
p { color: rgb(190,98,223); }
H1.HeaderClassName
{
color: #BE62DF;
}
.AnyTagClassName
{
color: #BE62DF;
}
</style>
background-color css
<style>
a { background-color: #BE62DF; }
a { background-color: rgb(190,98,223); }
div.DivClassName
{
background-color: #BE62DF;
}
.BgClassName
{
background-color: #BE62DF;
}
</style>
border-color css
<style>
span { border-color: #BE62DF; }
span { border-color: rgb(190,98,223); }
td.TdClassName
{
border-color: #BE62DF;
}
.TagClassName
{
border-color: #BE62DF;
}
</style>