Shades of Medium Orchid #BE73DE
Tints of Medium Orchid #BE73DE
RGB
CMYK
RGB Variations
Color information
#BE73DE (or 0xBE73DE) is known color: Medium Orchid. HEX triplet: BE, 73 and DE. RGB value is (190,115,222). Sum of RGB (Red+Green+Blue) = 190+115+222=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE73DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73DE is #418C21. Grayscale: #959595. Windows color (decimal): -4295714 or 14578622. OLE color: 14578622.
HSL color Cylindrical-coordinate representation of color #BE73DE: hue angle of 282.06º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE73DE is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 115 | 222 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.13 |
| HSL | 282.06º | 0.62% | 0.66% | - |
| HSV(B) | 282.06º | 0.48% | 0.87% | - |
| XYZ | 40.55 | 28.48 | 72.47 | - |
| YUV | 149.62 | 168.85 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 222 | 0.14 | 0.48 | 0 | 0.13 | 282.06 | 0.62 | 0.66 |
| Hex | BE | 73 | DE | E | 30 | 0 | D | 11A | 3E | 42 |
| Octal | 276 | 163 | 336 | 16 | 60 | 0 | 15 | 432 | 76 | 102 |
| Binary | 10111110 | 1110011 | 11011110 | 1110 | 110000 | 0 | 1101 | 100011010 | 111110 | 1000010 |
Color Harmonies of #BE73DE
Complementary color
Monochromatic Colors of #BE73DE
Black with #BE73DE
Text Example
Text Example
White with #BE73DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73DE; }
p { color: rgb(190,115,222); }
H1.HeaderClassName
{
color: #BE73DE;
}
.AnyTagClassName
{
color: #BE73DE;
}
</style>
background-color css
<style>
a { background-color: #BE73DE; }
a { background-color: rgb(190,115,222); }
div.DivClassName
{
background-color: #BE73DE;
}
.BgClassName
{
background-color: #BE73DE;
}
</style>
border-color css
<style>
span { border-color: #BE73DE; }
span { border-color: rgb(190,115,222); }
td.TdClassName
{
border-color: #BE73DE;
}
.TagClassName
{
border-color: #BE73DE;
}
</style>