Shades of Medium Orchid #BE54DC
Tints of Medium Orchid #BE54DC
RGB
CMYK
RGB Variations
Color information
#BE54DC (or 0xBE54DC) is known color: Medium Orchid. HEX triplet: BE, 54 and DC. RGB value is (190,84,220). Sum of RGB (Red+Green+Blue) = 190+84+220=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE54DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54DC is #41AB23. Grayscale: #828282. Windows color (decimal): -4303652 or 14439614. OLE color: 14439614.
HSL color Cylindrical-coordinate representation of color #BE54DC: hue angle of 286.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE54DC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 84 | 220 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.14 |
| HSL | 286.76º | 0.66% | 0.6% | - |
| HSV(B) | 286.76º | 0.62% | 0.86% | - |
| XYZ | 37.32 | 22.46 | 70.08 | - |
| YUV | 131.2 | 178.12 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 220 | 0.14 | 0.62 | 0 | 0.14 | 286.76 | 0.66 | 0.6 |
| Hex | BE | 54 | DC | E | 3E | 0 | E | 11F | 42 | 3C |
| Octal | 276 | 124 | 334 | 16 | 76 | 0 | 16 | 437 | 102 | 74 |
| Binary | 10111110 | 1010100 | 11011100 | 1110 | 111110 | 0 | 1110 | 100011111 | 1000010 | 111100 |
Color Harmonies of #BE54DC
Complementary color
Monochromatic Colors of #BE54DC
Black with #BE54DC
Text Example
Text Example
White with #BE54DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE54DC; }
p { color: rgb(190,84,220); }
H1.HeaderClassName
{
color: #BE54DC;
}
.AnyTagClassName
{
color: #BE54DC;
}
</style>
background-color css
<style>
a { background-color: #BE54DC; }
a { background-color: rgb(190,84,220); }
div.DivClassName
{
background-color: #BE54DC;
}
.BgClassName
{
background-color: #BE54DC;
}
</style>
border-color css
<style>
span { border-color: #BE54DC; }
span { border-color: rgb(190,84,220); }
td.TdClassName
{
border-color: #BE54DC;
}
.TagClassName
{
border-color: #BE54DC;
}
</style>