Shades of Medium Orchid #BE38DB
Tints of Medium Orchid #BE38DB
RGB
CMYK
RGB Variations
Color information
#BE38DB (or 0xBE38DB) is known color: Medium Orchid. HEX triplet: BE, 38 and DB. RGB value is (190,56,219). Sum of RGB (Red+Green+Blue) = 190+56+219=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE38DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38DB is #41C724. Grayscale: #727272. Windows color (decimal): -4310821 or 14366910. OLE color: 14366910.
HSL color Cylindrical-coordinate representation of color #BE38DB: hue angle of 289.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE38DB is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 56 | 219 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.14 |
| HSL | 289.33º | 0.69% | 0.54% | - |
| HSV(B) | 289.33º | 0.74% | 0.86% | - |
| XYZ | 35.44 | 18.89 | 68.8 | - |
| YUV | 114.65 | 186.89 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 219 | 0.13 | 0.74 | 0 | 0.14 | 289.33 | 0.69 | 0.54 |
| Hex | BE | 38 | DB | D | 4A | 0 | E | 121 | 45 | 36 |
| Octal | 276 | 70 | 333 | 15 | 112 | 0 | 16 | 441 | 105 | 66 |
| Binary | 10111110 | 111000 | 11011011 | 1101 | 1001010 | 0 | 1110 | 100100001 | 1000101 | 110110 |
Color Harmonies of #BE38DB
Complementary color
Monochromatic Colors of #BE38DB
Black with #BE38DB
Text Example
Text Example
White with #BE38DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE38DB; }
p { color: rgb(190,56,219); }
H1.HeaderClassName
{
color: #BE38DB;
}
.AnyTagClassName
{
color: #BE38DB;
}
</style>
background-color css
<style>
a { background-color: #BE38DB; }
a { background-color: rgb(190,56,219); }
div.DivClassName
{
background-color: #BE38DB;
}
.BgClassName
{
background-color: #BE38DB;
}
</style>
border-color css
<style>
span { border-color: #BE38DB; }
span { border-color: rgb(190,56,219); }
td.TdClassName
{
border-color: #BE38DB;
}
.TagClassName
{
border-color: #BE38DB;
}
</style>