Shades of Medium Orchid #BE54FC
Tints of Medium Orchid #BE54FC
RGB
CMYK
RGB Variations
Color information
#BE54FC (or 0xBE54FC) is known color: Medium Orchid. HEX triplet: BE, 54 and FC. RGB value is (190,84,252). Sum of RGB (Red+Green+Blue) = 190+84+252=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE54FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE54FC is #41AB03. Grayscale: #868686. Windows color (decimal): -4303620 or 16536766. OLE color: 16536766.
HSL color Cylindrical-coordinate representation of color #BE54FC: hue angle of 277.86º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE54FC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 84 | 252 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.01 |
| HSL | 277.86º | 0.97% | 0.66% | - |
| HSV(B) | 277.86º | 0.67% | 0.99% | - |
| XYZ | 41.98 | 24.32 | 94.58 | - |
| YUV | 134.85 | 194.12 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 252 | 0.25 | 0.67 | 0 | 0.01 | 277.86 | 0.97 | 0.66 |
| Hex | BE | 54 | FC | 19 | 43 | 0 | 1 | 116 | 61 | 42 |
| Octal | 276 | 124 | 374 | 31 | 103 | 0 | 1 | 426 | 141 | 102 |
| Binary | 10111110 | 1010100 | 11111100 | 11001 | 1000011 | 0 | 1 | 100010110 | 1100001 | 1000010 |
Color Harmonies of #BE54FC
Complementary color
Monochromatic Colors of #BE54FC
Black with #BE54FC
Text Example
Text Example
White with #BE54FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE54FC; }
p { color: rgb(190,84,252); }
H1.HeaderClassName
{
color: #BE54FC;
}
.AnyTagClassName
{
color: #BE54FC;
}
</style>
background-color css
<style>
a { background-color: #BE54FC; }
a { background-color: rgb(190,84,252); }
div.DivClassName
{
background-color: #BE54FC;
}
.BgClassName
{
background-color: #BE54FC;
}
</style>
border-color css
<style>
span { border-color: #BE54FC; }
span { border-color: rgb(190,84,252); }
td.TdClassName
{
border-color: #BE54FC;
}
.TagClassName
{
border-color: #BE54FC;
}
</style>