Shades of Medium Orchid #BE73DC
Tints of Medium Orchid #BE73DC
RGB
CMYK
RGB Variations
Color information
#BE73DC (or 0xBE73DC) is known color: Medium Orchid. HEX triplet: BE, 73 and DC. RGB value is (190,115,220). Sum of RGB (Red+Green+Blue) = 190+115+220=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73DC is #418C23. Grayscale: #959595. Windows color (decimal): -4295716 or 14447550. OLE color: 14447550.
HSL color Cylindrical-coordinate representation of color #BE73DC: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE73DC is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 115 | 220 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.14 |
| HSL | 282.86º | 0.6% | 0.66% | - |
| HSV(B) | 282.86º | 0.48% | 0.86% | - |
| XYZ | 40.28 | 28.38 | 71.06 | - |
| YUV | 149.4 | 167.85 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 220 | 0.14 | 0.48 | 0 | 0.14 | 282.86 | 0.6 | 0.66 |
| Hex | BE | 73 | DC | E | 30 | 0 | E | 11B | 3C | 42 |
| Octal | 276 | 163 | 334 | 16 | 60 | 0 | 16 | 433 | 74 | 102 |
| Binary | 10111110 | 1110011 | 11011100 | 1110 | 110000 | 0 | 1110 | 100011011 | 111100 | 1000010 |
Color Harmonies of #BE73DC
Complementary color
Monochromatic Colors of #BE73DC
Black with #BE73DC
Text Example
Text Example
White with #BE73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73DC; }
p { color: rgb(190,115,220); }
H1.HeaderClassName
{
color: #BE73DC;
}
.AnyTagClassName
{
color: #BE73DC;
}
</style>
background-color css
<style>
a { background-color: #BE73DC; }
a { background-color: rgb(190,115,220); }
div.DivClassName
{
background-color: #BE73DC;
}
.BgClassName
{
background-color: #BE73DC;
}
</style>
border-color css
<style>
span { border-color: #BE73DC; }
span { border-color: rgb(190,115,220); }
td.TdClassName
{
border-color: #BE73DC;
}
.TagClassName
{
border-color: #BE73DC;
}
</style>