Shades of Medium Orchid #BE54DB
Tints of Medium Orchid #BE54DB
RGB
CMYK
RGB Variations
Color information
#BE54DB (or 0xBE54DB) is known color: Medium Orchid. HEX triplet: BE, 54 and DB. RGB value is (190,84,219). Sum of RGB (Red+Green+Blue) = 190+84+219=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE54DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54DB is #41AB24. Grayscale: #828282. Windows color (decimal): -4303653 or 14374078. OLE color: 14374078.
HSL color Cylindrical-coordinate representation of color #BE54DB: hue angle of 287.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE54DB is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 84 | 219 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.14 |
| HSL | 287.11º | 0.65% | 0.59% | - |
| HSV(B) | 287.11º | 0.62% | 0.86% | - |
| XYZ | 37.19 | 22.4 | 69.38 | - |
| YUV | 131.08 | 177.62 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 219 | 0.13 | 0.62 | 0 | 0.14 | 287.11 | 0.65 | 0.59 |
| Hex | BE | 54 | DB | D | 3E | 0 | E | 11F | 41 | 3B |
| Octal | 276 | 124 | 333 | 15 | 76 | 0 | 16 | 437 | 101 | 73 |
| Binary | 10111110 | 1010100 | 11011011 | 1101 | 111110 | 0 | 1110 | 100011111 | 1000001 | 111011 |
Color Harmonies of #BE54DB
Complementary color
Monochromatic Colors of #BE54DB
Black with #BE54DB
Text Example
Text Example
White with #BE54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE54DB; }
p { color: rgb(190,84,219); }
H1.HeaderClassName
{
color: #BE54DB;
}
.AnyTagClassName
{
color: #BE54DB;
}
</style>
background-color css
<style>
a { background-color: #BE54DB; }
a { background-color: rgb(190,84,219); }
div.DivClassName
{
background-color: #BE54DB;
}
.BgClassName
{
background-color: #BE54DB;
}
</style>
border-color css
<style>
span { border-color: #BE54DB; }
span { border-color: rgb(190,84,219); }
td.TdClassName
{
border-color: #BE54DB;
}
.TagClassName
{
border-color: #BE54DB;
}
</style>