Shades of Medium Orchid #BE50DB
Tints of Medium Orchid #BE50DB
RGB
CMYK
RGB Variations
Color information
#BE50DB (or 0xBE50DB) is known color: Medium Orchid. HEX triplet: BE, 50 and DB. RGB value is (190,80,219). Sum of RGB (Red+Green+Blue) = 190+80+219=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50DB is #41AF24. Grayscale: #808080. Windows color (decimal): -4304677 or 14373054. OLE color: 14373054.
HSL color Cylindrical-coordinate representation of color #BE50DB: hue angle of 287.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE50DB is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 80 | 219 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.14 |
| HSL | 287.48º | 0.66% | 0.59% | - |
| HSV(B) | 287.48º | 0.63% | 0.86% | - |
| XYZ | 36.89 | 21.8 | 69.28 | - |
| YUV | 128.74 | 178.94 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 219 | 0.13 | 0.63 | 0 | 0.14 | 287.48 | 0.66 | 0.59 |
| Hex | BE | 50 | DB | D | 3F | 0 | E | 11F | 42 | 3B |
| Octal | 276 | 120 | 333 | 15 | 77 | 0 | 16 | 437 | 102 | 73 |
| Binary | 10111110 | 1010000 | 11011011 | 1101 | 111111 | 0 | 1110 | 100011111 | 1000010 | 111011 |
Color Harmonies of #BE50DB
Complementary color
Monochromatic Colors of #BE50DB
Black with #BE50DB
Text Example
Text Example
White with #BE50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50DB; }
p { color: rgb(190,80,219); }
H1.HeaderClassName
{
color: #BE50DB;
}
.AnyTagClassName
{
color: #BE50DB;
}
</style>
background-color css
<style>
a { background-color: #BE50DB; }
a { background-color: rgb(190,80,219); }
div.DivClassName
{
background-color: #BE50DB;
}
.BgClassName
{
background-color: #BE50DB;
}
</style>
border-color css
<style>
span { border-color: #BE50DB; }
span { border-color: rgb(190,80,219); }
td.TdClassName
{
border-color: #BE50DB;
}
.TagClassName
{
border-color: #BE50DB;
}
</style>