Shades of Medium Orchid #BE37DB
Tints of Medium Orchid #BE37DB
RGB
CMYK
RGB Variations
Color information
#BE37DB (or 0xBE37DB) is known color: Medium Orchid. HEX triplet: BE, 37 and DB. RGB value is (190,55,219). Sum of RGB (Red+Green+Blue) = 190+55+219=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE37DB is #41C824. Grayscale: #717171. Windows color (decimal): -4311077 or 14366654. OLE color: 14366654.
HSL color Cylindrical-coordinate representation of color #BE37DB: hue angle of 289.39º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE37DB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 55 | 219 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.14 |
| HSL | 289.39º | 0.69% | 0.54% | - |
| HSV(B) | 289.39º | 0.75% | 0.86% | - |
| XYZ | 35.39 | 18.79 | 68.78 | - |
| YUV | 114.06 | 187.23 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 55 | 219 | 0.13 | 0.75 | 0 | 0.14 | 289.39 | 0.69 | 0.54 |
| Hex | BE | 37 | DB | D | 4B | 0 | E | 121 | 45 | 36 |
| Octal | 276 | 67 | 333 | 15 | 113 | 0 | 16 | 441 | 105 | 66 |
| Binary | 10111110 | 110111 | 11011011 | 1101 | 1001011 | 0 | 1110 | 100100001 | 1000101 | 110110 |
Color Harmonies of #BE37DB
Complementary color
Monochromatic Colors of #BE37DB
Black with #BE37DB
Text Example
Text Example
White with #BE37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE37DB; }
p { color: rgb(190,55,219); }
H1.HeaderClassName
{
color: #BE37DB;
}
.AnyTagClassName
{
color: #BE37DB;
}
</style>
background-color css
<style>
a { background-color: #BE37DB; }
a { background-color: rgb(190,55,219); }
div.DivClassName
{
background-color: #BE37DB;
}
.BgClassName
{
background-color: #BE37DB;
}
</style>
border-color css
<style>
span { border-color: #BE37DB; }
span { border-color: rgb(190,55,219); }
td.TdClassName
{
border-color: #BE37DB;
}
.TagClassName
{
border-color: #BE37DB;
}
</style>