Shades of Medium Orchid #BE73E6
Tints of Medium Orchid #BE73E6
RGB
CMYK
RGB Variations
Color information
#BE73E6 (or 0xBE73E6) is known color: Medium Orchid. HEX triplet: BE, 73 and E6. RGB value is (190,115,230). Sum of RGB (Red+Green+Blue) = 190+115+230=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE73E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE73E6 is #418C19. Grayscale: #969696. Windows color (decimal): -4295706 or 15102910. OLE color: 15102910.
HSL color Cylindrical-coordinate representation of color #BE73E6: hue angle of 279.13º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE73E6 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 115 | 230 | - |
| CMYK | 0.17 | 0.5 | 0 | 0.10 |
| HSL | 279.13º | 0.7% | 0.68% | - |
| HSV(B) | 279.13º | 0.5% | 0.9% | - |
| XYZ | 41.65 | 28.92 | 78.25 | - |
| YUV | 150.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 230 | 0.17 | 0.5 | 0 | 0.10 | 279.13 | 0.7 | 0.68 |
| Hex | BE | 73 | E6 | 11 | 32 | 0 | A | 117 | 46 | 44 |
| Octal | 276 | 163 | 346 | 21 | 62 | 0 | 12 | 427 | 106 | 104 |
| Binary | 10111110 | 1110011 | 11100110 | 10001 | 110010 | 0 | 1010 | 100010111 | 1000110 | 1000100 |
Color Harmonies of #BE73E6
Complementary color
Monochromatic Colors of #BE73E6
Black with #BE73E6
Text Example
Text Example
White with #BE73E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73E6; }
p { color: rgb(190,115,230); }
H1.HeaderClassName
{
color: #BE73E6;
}
.AnyTagClassName
{
color: #BE73E6;
}
</style>
background-color css
<style>
a { background-color: #BE73E6; }
a { background-color: rgb(190,115,230); }
div.DivClassName
{
background-color: #BE73E6;
}
.BgClassName
{
background-color: #BE73E6;
}
</style>
border-color css
<style>
span { border-color: #BE73E6; }
span { border-color: rgb(190,115,230); }
td.TdClassName
{
border-color: #BE73E6;
}
.TagClassName
{
border-color: #BE73E6;
}
</style>