Shades of Medium Orchid #BE59DC
Tints of Medium Orchid #BE59DC
RGB
CMYK
RGB Variations
Color information
#BE59DC (or 0xBE59DC) is known color: Medium Orchid. HEX triplet: BE, 59 and DC. RGB value is (190,89,220). Sum of RGB (Red+Green+Blue) = 190+89+220=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE59DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59DC is #41A623. Grayscale: #858585. Windows color (decimal): -4302372 or 14440894. OLE color: 14440894.
HSL color Cylindrical-coordinate representation of color #BE59DC: hue angle of 286.26º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE59DC is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 89 | 220 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.14 |
| HSL | 286.26º | 0.65% | 0.61% | - |
| HSV(B) | 286.26º | 0.6% | 0.86% | - |
| XYZ | 37.73 | 23.26 | 70.21 | - |
| YUV | 134.13 | 176.46 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 220 | 0.14 | 0.60 | 0 | 0.14 | 286.26 | 0.65 | 0.61 |
| Hex | BE | 59 | DC | E | 3C | 0 | E | 11E | 41 | 3D |
| Octal | 276 | 131 | 334 | 16 | 74 | 0 | 16 | 436 | 101 | 75 |
| Binary | 10111110 | 1011001 | 11011100 | 1110 | 111100 | 0 | 1110 | 100011110 | 1000001 | 111101 |
Color Harmonies of #BE59DC
Complementary color
Monochromatic Colors of #BE59DC
Black with #BE59DC
Text Example
Text Example
White with #BE59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE59DC; }
p { color: rgb(190,89,220); }
H1.HeaderClassName
{
color: #BE59DC;
}
.AnyTagClassName
{
color: #BE59DC;
}
</style>
background-color css
<style>
a { background-color: #BE59DC; }
a { background-color: rgb(190,89,220); }
div.DivClassName
{
background-color: #BE59DC;
}
.BgClassName
{
background-color: #BE59DC;
}
</style>
border-color css
<style>
span { border-color: #BE59DC; }
span { border-color: rgb(190,89,220); }
td.TdClassName
{
border-color: #BE59DC;
}
.TagClassName
{
border-color: #BE59DC;
}
</style>