Shades of Medium Orchid #BE61DF
Tints of Medium Orchid #BE61DF
RGB
CMYK
RGB Variations
Color information
#BE61DF (or 0xBE61DF) is known color: Medium Orchid. HEX triplet: BE, 61 and DF. RGB value is (190,97,223). Sum of RGB (Red+Green+Blue) = 190+97+223=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE61DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61DF is #419E20. Grayscale: #8A8A8A. Windows color (decimal): -4300321 or 14639550. OLE color: 14639550.
HSL color Cylindrical-coordinate representation of color #BE61DF: hue angle of 284.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE61DF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 97 | 223 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.13 |
| HSL | 284.29º | 0.66% | 0.63% | - |
| HSV(B) | 284.29º | 0.57% | 0.87% | - |
| XYZ | 38.83 | 24.82 | 72.56 | - |
| YUV | 139.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 223 | 0.15 | 0.57 | 0 | 0.13 | 284.29 | 0.66 | 0.63 |
| Hex | BE | 61 | DF | F | 39 | 0 | D | 11C | 42 | 3F |
| Octal | 276 | 141 | 337 | 17 | 71 | 0 | 15 | 434 | 102 | 77 |
| Binary | 10111110 | 1100001 | 11011111 | 1111 | 111001 | 0 | 1101 | 100011100 | 1000010 | 111111 |
Color Harmonies of #BE61DF
Complementary color
Monochromatic Colors of #BE61DF
Black with #BE61DF
Text Example
Text Example
White with #BE61DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE61DF; }
p { color: rgb(190,97,223); }
H1.HeaderClassName
{
color: #BE61DF;
}
.AnyTagClassName
{
color: #BE61DF;
}
</style>
background-color css
<style>
a { background-color: #BE61DF; }
a { background-color: rgb(190,97,223); }
div.DivClassName
{
background-color: #BE61DF;
}
.BgClassName
{
background-color: #BE61DF;
}
</style>
border-color css
<style>
span { border-color: #BE61DF; }
span { border-color: rgb(190,97,223); }
td.TdClassName
{
border-color: #BE61DF;
}
.TagClassName
{
border-color: #BE61DF;
}
</style>