Shades of Medium Orchid #BE4DDD
Tints of Medium Orchid #BE4DDD
RGB
CMYK
RGB Variations
Color information
#BE4DDD (or 0xBE4DDD) is known color: Medium Orchid. HEX triplet: BE, 4D and DD. RGB value is (190,77,221). Sum of RGB (Red+Green+Blue) = 190+77+221=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE4DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DDD is #41B222. Grayscale: #7E7E7E. Windows color (decimal): -4305443 or 14503358. OLE color: 14503358.
HSL color Cylindrical-coordinate representation of color #BE4DDD: hue angle of 287.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4DDD is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 77 | 221 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.13 |
| HSL | 287.08º | 0.68% | 0.58% | - |
| HSV(B) | 287.08º | 0.65% | 0.87% | - |
| XYZ | 36.94 | 21.48 | 70.6 | - |
| YUV | 127.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 221 | 0.14 | 0.65 | 0 | 0.13 | 287.08 | 0.68 | 0.58 |
| Hex | BE | 4D | DD | E | 41 | 0 | D | 11F | 44 | 3A |
| Octal | 276 | 115 | 335 | 16 | 101 | 0 | 15 | 437 | 104 | 72 |
| Binary | 10111110 | 1001101 | 11011101 | 1110 | 1000001 | 0 | 1101 | 100011111 | 1000100 | 111010 |
Color Harmonies of #BE4DDD
Complementary color
Monochromatic Colors of #BE4DDD
Black with #BE4DDD
Text Example
Text Example
White with #BE4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DDD; }
p { color: rgb(190,77,221); }
H1.HeaderClassName
{
color: #BE4DDD;
}
.AnyTagClassName
{
color: #BE4DDD;
}
</style>
background-color css
<style>
a { background-color: #BE4DDD; }
a { background-color: rgb(190,77,221); }
div.DivClassName
{
background-color: #BE4DDD;
}
.BgClassName
{
background-color: #BE4DDD;
}
</style>
border-color css
<style>
span { border-color: #BE4DDD; }
span { border-color: rgb(190,77,221); }
td.TdClassName
{
border-color: #BE4DDD;
}
.TagClassName
{
border-color: #BE4DDD;
}
</style>