Shades of Medium Orchid #BE73D0
Tints of Medium Orchid #BE73D0
RGB
CMYK
RGB Variations
Color information
#BE73D0 (or 0xBE73D0) is known color: Medium Orchid. HEX triplet: BE, 73 and D0. RGB value is (190,115,208). Sum of RGB (Red+Green+Blue) = 190+115+208=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE73D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73D0 is #418C2F. Grayscale: #939393. Windows color (decimal): -4295728 or 13661118. OLE color: 13661118.
HSL color Cylindrical-coordinate representation of color #BE73D0: hue angle of 288.39º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE73D0 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 115 | 208 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.18 |
| HSL | 288.39º | 0.5% | 0.63% | - |
| HSV(B) | 288.39º | 0.45% | 0.82% | - |
| XYZ | 38.75 | 27.76 | 62.99 | - |
| YUV | 148.03 | 161.85 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 208 | 0.09 | 0.45 | 0 | 0.18 | 288.39 | 0.5 | 0.63 |
| Hex | BE | 73 | D0 | 9 | 2D | 0 | 12 | 120 | 32 | 3F |
| Octal | 276 | 163 | 320 | 11 | 55 | 0 | 22 | 440 | 62 | 77 |
| Binary | 10111110 | 1110011 | 11010000 | 1001 | 101101 | 0 | 10010 | 100100000 | 110010 | 111111 |
Color Harmonies of #BE73D0
Complementary color
Monochromatic Colors of #BE73D0
Black with #BE73D0
Text Example
Text Example
White with #BE73D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73D0; }
p { color: rgb(190,115,208); }
H1.HeaderClassName
{
color: #BE73D0;
}
.AnyTagClassName
{
color: #BE73D0;
}
</style>
background-color css
<style>
a { background-color: #BE73D0; }
a { background-color: rgb(190,115,208); }
div.DivClassName
{
background-color: #BE73D0;
}
.BgClassName
{
background-color: #BE73D0;
}
</style>
border-color css
<style>
span { border-color: #BE73D0; }
span { border-color: rgb(190,115,208); }
td.TdClassName
{
border-color: #BE73D0;
}
.TagClassName
{
border-color: #BE73D0;
}
</style>