Shades of Medium Orchid #BE41DB
Tints of Medium Orchid #BE41DB
RGB
CMYK
RGB Variations
Color information
#BE41DB (or 0xBE41DB) is known color: Medium Orchid. HEX triplet: BE, 41 and DB. RGB value is (190,65,219). Sum of RGB (Red+Green+Blue) = 190+65+219=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE41DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41DB is #41BE24. Grayscale: #777777. Windows color (decimal): -4308517 or 14369214. OLE color: 14369214.
HSL color Cylindrical-coordinate representation of color #BE41DB: hue angle of 288.7º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE41DB is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 65 | 219 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.14 |
| HSL | 288.7º | 0.68% | 0.56% | - |
| HSV(B) | 288.7º | 0.7% | 0.86% | - |
| XYZ | 35.91 | 19.84 | 68.96 | - |
| YUV | 119.93 | 183.91 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 219 | 0.13 | 0.70 | 0 | 0.14 | 288.7 | 0.68 | 0.56 |
| Hex | BE | 41 | DB | D | 46 | 0 | E | 121 | 44 | 38 |
| Octal | 276 | 101 | 333 | 15 | 106 | 0 | 16 | 441 | 104 | 70 |
| Binary | 10111110 | 1000001 | 11011011 | 1101 | 1000110 | 0 | 1110 | 100100001 | 1000100 | 111000 |
Color Harmonies of #BE41DB
Complementary color
Monochromatic Colors of #BE41DB
Black with #BE41DB
Text Example
Text Example
White with #BE41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE41DB; }
p { color: rgb(190,65,219); }
H1.HeaderClassName
{
color: #BE41DB;
}
.AnyTagClassName
{
color: #BE41DB;
}
</style>
background-color css
<style>
a { background-color: #BE41DB; }
a { background-color: rgb(190,65,219); }
div.DivClassName
{
background-color: #BE41DB;
}
.BgClassName
{
background-color: #BE41DB;
}
</style>
border-color css
<style>
span { border-color: #BE41DB; }
span { border-color: rgb(190,65,219); }
td.TdClassName
{
border-color: #BE41DB;
}
.TagClassName
{
border-color: #BE41DB;
}
</style>