Shades of Medium Orchid #BE73DA
Tints of Medium Orchid #BE73DA
RGB
CMYK
RGB Variations
Color information
#BE73DA (or 0xBE73DA) is known color: Medium Orchid. HEX triplet: BE, 73 and DA. RGB value is (190,115,218). Sum of RGB (Red+Green+Blue) = 190+115+218=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73DA is #418C25. Grayscale: #949494. Windows color (decimal): -4295718 or 14316478. OLE color: 14316478.
HSL color Cylindrical-coordinate representation of color #BE73DA: hue angle of 283.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE73DA is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 115 | 218 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.15 |
| HSL | 283.69º | 0.58% | 0.65% | - |
| HSV(B) | 283.69º | 0.47% | 0.85% | - |
| XYZ | 40.02 | 28.27 | 69.68 | - |
| YUV | 149.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 218 | 0.13 | 0.47 | 0 | 0.15 | 283.69 | 0.58 | 0.65 |
| Hex | BE | 73 | DA | D | 2F | 0 | F | 11C | 3A | 41 |
| Octal | 276 | 163 | 332 | 15 | 57 | 0 | 17 | 434 | 72 | 101 |
| Binary | 10111110 | 1110011 | 11011010 | 1101 | 101111 | 0 | 1111 | 100011100 | 111010 | 1000001 |
Color Harmonies of #BE73DA
Complementary color
Monochromatic Colors of #BE73DA
Black with #BE73DA
Text Example
Text Example
White with #BE73DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73DA; }
p { color: rgb(190,115,218); }
H1.HeaderClassName
{
color: #BE73DA;
}
.AnyTagClassName
{
color: #BE73DA;
}
</style>
background-color css
<style>
a { background-color: #BE73DA; }
a { background-color: rgb(190,115,218); }
div.DivClassName
{
background-color: #BE73DA;
}
.BgClassName
{
background-color: #BE73DA;
}
</style>
border-color css
<style>
span { border-color: #BE73DA; }
span { border-color: rgb(190,115,218); }
td.TdClassName
{
border-color: #BE73DA;
}
.TagClassName
{
border-color: #BE73DA;
}
</style>