Shades of Medium Orchid #BE59DB
Tints of Medium Orchid #BE59DB
RGB
CMYK
RGB Variations
Color information
#BE59DB (or 0xBE59DB) is known color: Medium Orchid. HEX triplet: BE, 59 and DB. RGB value is (190,89,219). Sum of RGB (Red+Green+Blue) = 190+89+219=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE59DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59DB is #41A624. Grayscale: #858585. Windows color (decimal): -4302373 or 14375358. OLE color: 14375358.
HSL color Cylindrical-coordinate representation of color #BE59DB: hue angle of 286.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE59DB is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 89 | 219 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.14 |
| HSL | 286.62º | 0.64% | 0.6% | - |
| HSV(B) | 286.62º | 0.59% | 0.86% | - |
| XYZ | 37.59 | 23.21 | 69.52 | - |
| YUV | 134.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 219 | 0.13 | 0.59 | 0 | 0.14 | 286.62 | 0.64 | 0.6 |
| Hex | BE | 59 | DB | D | 3B | 0 | E | 11F | 40 | 3C |
| Octal | 276 | 131 | 333 | 15 | 73 | 0 | 16 | 437 | 100 | 74 |
| Binary | 10111110 | 1011001 | 11011011 | 1101 | 111011 | 0 | 1110 | 100011111 | 1000000 | 111100 |
Color Harmonies of #BE59DB
Complementary color
Monochromatic Colors of #BE59DB
Black with #BE59DB
Text Example
Text Example
White with #BE59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE59DB; }
p { color: rgb(190,89,219); }
H1.HeaderClassName
{
color: #BE59DB;
}
.AnyTagClassName
{
color: #BE59DB;
}
</style>
background-color css
<style>
a { background-color: #BE59DB; }
a { background-color: rgb(190,89,219); }
div.DivClassName
{
background-color: #BE59DB;
}
.BgClassName
{
background-color: #BE59DB;
}
</style>
border-color css
<style>
span { border-color: #BE59DB; }
span { border-color: rgb(190,89,219); }
td.TdClassName
{
border-color: #BE59DB;
}
.TagClassName
{
border-color: #BE59DB;
}
</style>