Shades of Medium Orchid #BE4FFB
Tints of Medium Orchid #BE4FFB
RGB
CMYK
RGB Variations
Color information
#BE4FFB (or 0xBE4FFB) is known color: Medium Orchid. HEX triplet: BE, 4F and FB. RGB value is (190,79,251). Sum of RGB (Red+Green+Blue) = 190+79+251=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE4FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4FFB is #41B004. Grayscale: #838383. Windows color (decimal): -4304901 or 16469950. OLE color: 16469950.
HSL color Cylindrical-coordinate representation of color #BE4FFB: hue angle of 278.72º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE4FFB is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 79 | 251 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.02 |
| HSL | 278.72º | 0.96% | 0.65% | - |
| HSV(B) | 278.72º | 0.69% | 0.98% | - |
| XYZ | 41.44 | 23.5 | 93.62 | - |
| YUV | 131.8 | 195.27 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 79 | 251 | 0.24 | 0.69 | 0 | 0.02 | 278.72 | 0.96 | 0.65 |
| Hex | BE | 4F | FB | 18 | 45 | 0 | 2 | 117 | 60 | 41 |
| Octal | 276 | 117 | 373 | 30 | 105 | 0 | 2 | 427 | 140 | 101 |
| Binary | 10111110 | 1001111 | 11111011 | 11000 | 1000101 | 0 | 10 | 100010111 | 1100000 | 1000001 |
Color Harmonies of #BE4FFB
Complementary color
Monochromatic Colors of #BE4FFB
Black with #BE4FFB
Text Example
Text Example
White with #BE4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4FFB; }
p { color: rgb(190,79,251); }
H1.HeaderClassName
{
color: #BE4FFB;
}
.AnyTagClassName
{
color: #BE4FFB;
}
</style>
background-color css
<style>
a { background-color: #BE4FFB; }
a { background-color: rgb(190,79,251); }
div.DivClassName
{
background-color: #BE4FFB;
}
.BgClassName
{
background-color: #BE4FFB;
}
</style>
border-color css
<style>
span { border-color: #BE4FFB; }
span { border-color: rgb(190,79,251); }
td.TdClassName
{
border-color: #BE4FFB;
}
.TagClassName
{
border-color: #BE4FFB;
}
</style>