Shades of Medium Orchid #BE73D1
Tints of Medium Orchid #BE73D1
RGB
CMYK
RGB Variations
Color information
#BE73D1 (or 0xBE73D1) is known color: Medium Orchid. HEX triplet: BE, 73 and D1. RGB value is (190,115,209). Sum of RGB (Red+Green+Blue) = 190+115+209=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE73D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73D1 is #418C2E. Grayscale: #939393. Windows color (decimal): -4295727 or 13726654. OLE color: 13726654.
HSL color Cylindrical-coordinate representation of color #BE73D1: hue angle of 287.87º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE73D1 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 115 | 209 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.18 |
| HSL | 287.87º | 0.51% | 0.64% | - |
| HSV(B) | 287.87º | 0.45% | 0.82% | - |
| XYZ | 38.87 | 27.81 | 63.64 | - |
| YUV | 148.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 209 | 0.09 | 0.45 | 0 | 0.18 | 287.87 | 0.51 | 0.64 |
| Hex | BE | 73 | D1 | 9 | 2D | 0 | 12 | 120 | 33 | 40 |
| Octal | 276 | 163 | 321 | 11 | 55 | 0 | 22 | 440 | 63 | 100 |
| Binary | 10111110 | 1110011 | 11010001 | 1001 | 101101 | 0 | 10010 | 100100000 | 110011 | 1000000 |
Color Harmonies of #BE73D1
Complementary color
Monochromatic Colors of #BE73D1
Black with #BE73D1
Text Example
Text Example
White with #BE73D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73D1; }
p { color: rgb(190,115,209); }
H1.HeaderClassName
{
color: #BE73D1;
}
.AnyTagClassName
{
color: #BE73D1;
}
</style>
background-color css
<style>
a { background-color: #BE73D1; }
a { background-color: rgb(190,115,209); }
div.DivClassName
{
background-color: #BE73D1;
}
.BgClassName
{
background-color: #BE73D1;
}
</style>
border-color css
<style>
span { border-color: #BE73D1; }
span { border-color: rgb(190,115,209); }
td.TdClassName
{
border-color: #BE73D1;
}
.TagClassName
{
border-color: #BE73D1;
}
</style>