Shades of Medium Orchid #BE54DF
Tints of Medium Orchid #BE54DF
RGB
CMYK
RGB Variations
Color information
#BE54DF (or 0xBE54DF) is known color: Medium Orchid. HEX triplet: BE, 54 and DF. RGB value is (190,84,223). Sum of RGB (Red+Green+Blue) = 190+84+223=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE54DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54DF is #41AB20. Grayscale: #838383. Windows color (decimal): -4303649 or 14636222. OLE color: 14636222.
HSL color Cylindrical-coordinate representation of color #BE54DF: hue angle of 285.76º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE54DF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 84 | 223 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.13 |
| HSL | 285.76º | 0.68% | 0.6% | - |
| HSV(B) | 285.76º | 0.62% | 0.87% | - |
| XYZ | 37.72 | 22.62 | 72.19 | - |
| YUV | 131.54 | 179.62 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 223 | 0.15 | 0.62 | 0 | 0.13 | 285.76 | 0.68 | 0.6 |
| Hex | BE | 54 | DF | F | 3E | 0 | D | 11E | 44 | 3C |
| Octal | 276 | 124 | 337 | 17 | 76 | 0 | 15 | 436 | 104 | 74 |
| Binary | 10111110 | 1010100 | 11011111 | 1111 | 111110 | 0 | 1101 | 100011110 | 1000100 | 111100 |
Color Harmonies of #BE54DF
Complementary color
Monochromatic Colors of #BE54DF
Black with #BE54DF
Text Example
Text Example
White with #BE54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE54DF; }
p { color: rgb(190,84,223); }
H1.HeaderClassName
{
color: #BE54DF;
}
.AnyTagClassName
{
color: #BE54DF;
}
</style>
background-color css
<style>
a { background-color: #BE54DF; }
a { background-color: rgb(190,84,223); }
div.DivClassName
{
background-color: #BE54DF;
}
.BgClassName
{
background-color: #BE54DF;
}
</style>
border-color css
<style>
span { border-color: #BE54DF; }
span { border-color: rgb(190,84,223); }
td.TdClassName
{
border-color: #BE54DF;
}
.TagClassName
{
border-color: #BE54DF;
}
</style>