Shades of Medium Orchid #BE56DB
Tints of Medium Orchid #BE56DB
RGB
CMYK
RGB Variations
Color information
#BE56DB (or 0xBE56DB) is known color: Medium Orchid. HEX triplet: BE, 56 and DB. RGB value is (190,86,219). Sum of RGB (Red+Green+Blue) = 190+86+219=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE56DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56DB is #41A924. Grayscale: #838383. Windows color (decimal): -4303141 or 14374590. OLE color: 14374590.
HSL color Cylindrical-coordinate representation of color #BE56DB: hue angle of 286.92º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE56DB is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 86 | 219 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.14 |
| HSL | 286.92º | 0.65% | 0.6% | - |
| HSV(B) | 286.92º | 0.61% | 0.86% | - |
| XYZ | 37.35 | 22.72 | 69.43 | - |
| YUV | 132.26 | 176.96 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 219 | 0.13 | 0.61 | 0 | 0.14 | 286.92 | 0.65 | 0.6 |
| Hex | BE | 56 | DB | D | 3D | 0 | E | 11F | 41 | 3C |
| Octal | 276 | 126 | 333 | 15 | 75 | 0 | 16 | 437 | 101 | 74 |
| Binary | 10111110 | 1010110 | 11011011 | 1101 | 111101 | 0 | 1110 | 100011111 | 1000001 | 111100 |
Color Harmonies of #BE56DB
Complementary color
Monochromatic Colors of #BE56DB
Black with #BE56DB
Text Example
Text Example
White with #BE56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56DB; }
p { color: rgb(190,86,219); }
H1.HeaderClassName
{
color: #BE56DB;
}
.AnyTagClassName
{
color: #BE56DB;
}
</style>
background-color css
<style>
a { background-color: #BE56DB; }
a { background-color: rgb(190,86,219); }
div.DivClassName
{
background-color: #BE56DB;
}
.BgClassName
{
background-color: #BE56DB;
}
</style>
border-color css
<style>
span { border-color: #BE56DB; }
span { border-color: rgb(190,86,219); }
td.TdClassName
{
border-color: #BE56DB;
}
.TagClassName
{
border-color: #BE56DB;
}
</style>