Shades of Medium Orchid #BE4DDB
Tints of Medium Orchid #BE4DDB
RGB
CMYK
RGB Variations
Color information
#BE4DDB (or 0xBE4DDB) is known color: Medium Orchid. HEX triplet: BE, 4D and DB. RGB value is (190,77,219). Sum of RGB (Red+Green+Blue) = 190+77+219=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE4DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DDB is #41B224. Grayscale: #7E7E7E. Windows color (decimal): -4305445 or 14372286. OLE color: 14372286.
HSL color Cylindrical-coordinate representation of color #BE4DDB: hue angle of 287.75º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4DDB is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 77 | 219 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.14 |
| HSL | 287.75º | 0.66% | 0.58% | - |
| HSV(B) | 287.75º | 0.65% | 0.86% | - |
| XYZ | 36.68 | 21.37 | 69.21 | - |
| YUV | 126.98 | 179.94 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 219 | 0.13 | 0.65 | 0 | 0.14 | 287.75 | 0.66 | 0.58 |
| Hex | BE | 4D | DB | D | 41 | 0 | E | 120 | 42 | 3A |
| Octal | 276 | 115 | 333 | 15 | 101 | 0 | 16 | 440 | 102 | 72 |
| Binary | 10111110 | 1001101 | 11011011 | 1101 | 1000001 | 0 | 1110 | 100100000 | 1000010 | 111010 |
Color Harmonies of #BE4DDB
Complementary color
Monochromatic Colors of #BE4DDB
Black with #BE4DDB
Text Example
Text Example
White with #BE4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DDB; }
p { color: rgb(190,77,219); }
H1.HeaderClassName
{
color: #BE4DDB;
}
.AnyTagClassName
{
color: #BE4DDB;
}
</style>
background-color css
<style>
a { background-color: #BE4DDB; }
a { background-color: rgb(190,77,219); }
div.DivClassName
{
background-color: #BE4DDB;
}
.BgClassName
{
background-color: #BE4DDB;
}
</style>
border-color css
<style>
span { border-color: #BE4DDB; }
span { border-color: rgb(190,77,219); }
td.TdClassName
{
border-color: #BE4DDB;
}
.TagClassName
{
border-color: #BE4DDB;
}
</style>