Shades of Medium Orchid #BE44DB
Tints of Medium Orchid #BE44DB
RGB
CMYK
RGB Variations
Color information
#BE44DB (or 0xBE44DB) is known color: Medium Orchid. HEX triplet: BE, 44 and DB. RGB value is (190,68,219). Sum of RGB (Red+Green+Blue) = 190+68+219=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44DB is #41BB24. Grayscale: #797979. Windows color (decimal): -4307749 or 14369982. OLE color: 14369982.
HSL color Cylindrical-coordinate representation of color #BE44DB: hue angle of 288.48º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE44DB is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 68 | 219 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.14 |
| HSL | 288.48º | 0.68% | 0.56% | - |
| HSV(B) | 288.48º | 0.69% | 0.86% | - |
| XYZ | 36.09 | 20.2 | 69.01 | - |
| YUV | 121.69 | 182.92 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 219 | 0.13 | 0.69 | 0 | 0.14 | 288.48 | 0.68 | 0.56 |
| Hex | BE | 44 | DB | D | 45 | 0 | E | 120 | 44 | 38 |
| Octal | 276 | 104 | 333 | 15 | 105 | 0 | 16 | 440 | 104 | 70 |
| Binary | 10111110 | 1000100 | 11011011 | 1101 | 1000101 | 0 | 1110 | 100100000 | 1000100 | 111000 |
Color Harmonies of #BE44DB
Complementary color
Monochromatic Colors of #BE44DB
Black with #BE44DB
Text Example
Text Example
White with #BE44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE44DB; }
p { color: rgb(190,68,219); }
H1.HeaderClassName
{
color: #BE44DB;
}
.AnyTagClassName
{
color: #BE44DB;
}
</style>
background-color css
<style>
a { background-color: #BE44DB; }
a { background-color: rgb(190,68,219); }
div.DivClassName
{
background-color: #BE44DB;
}
.BgClassName
{
background-color: #BE44DB;
}
</style>
border-color css
<style>
span { border-color: #BE44DB; }
span { border-color: rgb(190,68,219); }
td.TdClassName
{
border-color: #BE44DB;
}
.TagClassName
{
border-color: #BE44DB;
}
</style>