Shades of Medium Orchid #BE54FD
Tints of Medium Orchid #BE54FD
RGB
CMYK
RGB Variations
Color information
#BE54FD (or 0xBE54FD) is known color: Medium Orchid. HEX triplet: BE, 54 and FD. RGB value is (190,84,253). Sum of RGB (Red+Green+Blue) = 190+84+253=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE54FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE54FD is #41AB02. Grayscale: #868686. Windows color (decimal): -4303619 or 16602302. OLE color: 16602302.
HSL color Cylindrical-coordinate representation of color #BE54FD: hue angle of 277.63º degrees, saturation: 0.98, 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 #BE54FD is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 84 | 253 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.01 |
| HSL | 277.63º | 0.98% | 0.66% | - |
| HSV(B) | 277.63º | 0.67% | 0.99% | - |
| XYZ | 42.14 | 24.38 | 95.41 | - |
| YUV | 134.96 | 194.62 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 253 | 0.25 | 0.67 | 0 | 0.01 | 277.63 | 0.98 | 0.66 |
| Hex | BE | 54 | FD | 19 | 43 | 0 | 1 | 116 | 62 | 42 |
| Octal | 276 | 124 | 375 | 31 | 103 | 0 | 1 | 426 | 142 | 102 |
| Binary | 10111110 | 1010100 | 11111101 | 11001 | 1000011 | 0 | 1 | 100010110 | 1100010 | 1000010 |
Color Harmonies of #BE54FD
Complementary color
Monochromatic Colors of #BE54FD
Black with #BE54FD
Text Example
Text Example
White with #BE54FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE54FD; }
p { color: rgb(190,84,253); }
H1.HeaderClassName
{
color: #BE54FD;
}
.AnyTagClassName
{
color: #BE54FD;
}
</style>
background-color css
<style>
a { background-color: #BE54FD; }
a { background-color: rgb(190,84,253); }
div.DivClassName
{
background-color: #BE54FD;
}
.BgClassName
{
background-color: #BE54FD;
}
</style>
border-color css
<style>
span { border-color: #BE54FD; }
span { border-color: rgb(190,84,253); }
td.TdClassName
{
border-color: #BE54FD;
}
.TagClassName
{
border-color: #BE54FD;
}
</style>