Shades of Medium Orchid #BE4FFC
Tints of Medium Orchid #BE4FFC
RGB
CMYK
RGB Variations
Color information
#BE4FFC (or 0xBE4FFC) is known color: Medium Orchid. HEX triplet: BE, 4F and FC. RGB value is (190,79,252). Sum of RGB (Red+Green+Blue) = 190+79+252=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE4FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4FFC is #41B003. Grayscale: #838383. Windows color (decimal): -4304900 or 16535486. OLE color: 16535486.
HSL color Cylindrical-coordinate representation of color #BE4FFC: hue angle of 278.5º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE4FFC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 79 | 252 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.01 |
| HSL | 278.5º | 0.97% | 0.65% | - |
| HSV(B) | 278.5º | 0.69% | 0.99% | - |
| XYZ | 41.6 | 23.57 | 94.45 | - |
| YUV | 131.91 | 195.77 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 79 | 252 | 0.25 | 0.69 | 0 | 0.01 | 278.5 | 0.97 | 0.65 |
| Hex | BE | 4F | FC | 19 | 45 | 0 | 1 | 116 | 61 | 41 |
| Octal | 276 | 117 | 374 | 31 | 105 | 0 | 1 | 426 | 141 | 101 |
| Binary | 10111110 | 1001111 | 11111100 | 11001 | 1000101 | 0 | 1 | 100010110 | 1100001 | 1000001 |
Color Harmonies of #BE4FFC
Complementary color
Monochromatic Colors of #BE4FFC
Black with #BE4FFC
Text Example
Text Example
White with #BE4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4FFC; }
p { color: rgb(190,79,252); }
H1.HeaderClassName
{
color: #BE4FFC;
}
.AnyTagClassName
{
color: #BE4FFC;
}
</style>
background-color css
<style>
a { background-color: #BE4FFC; }
a { background-color: rgb(190,79,252); }
div.DivClassName
{
background-color: #BE4FFC;
}
.BgClassName
{
background-color: #BE4FFC;
}
</style>
border-color css
<style>
span { border-color: #BE4FFC; }
span { border-color: rgb(190,79,252); }
td.TdClassName
{
border-color: #BE4FFC;
}
.TagClassName
{
border-color: #BE4FFC;
}
</style>