Shades of Medium Orchid #BE4DF9
Tints of Medium Orchid #BE4DF9
RGB
CMYK
RGB Variations
Color information
#BE4DF9 (or 0xBE4DF9) is known color: Medium Orchid. HEX triplet: BE, 4D and F9. RGB value is (190,77,249). Sum of RGB (Red+Green+Blue) = 190+77+249=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE4DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4DF9 is #41B206. Grayscale: #818181. Windows color (decimal): -4305415 or 16338366. OLE color: 16338366.
HSL color Cylindrical-coordinate representation of color #BE4DF9: hue angle of 279.42º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE4DF9 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 77 | 249 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.02 |
| HSL | 279.42º | 0.93% | 0.64% | - |
| HSV(B) | 279.42º | 0.69% | 0.98% | - |
| XYZ | 40.99 | 23.09 | 91.92 | - |
| YUV | 130.4 | 194.94 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 249 | 0.24 | 0.69 | 0 | 0.02 | 279.42 | 0.93 | 0.64 |
| Hex | BE | 4D | F9 | 18 | 45 | 0 | 2 | 117 | 5D | 40 |
| Octal | 276 | 115 | 371 | 30 | 105 | 0 | 2 | 427 | 135 | 100 |
| Binary | 10111110 | 1001101 | 11111001 | 11000 | 1000101 | 0 | 10 | 100010111 | 1011101 | 1000000 |
Color Harmonies of #BE4DF9
Complementary color
Monochromatic Colors of #BE4DF9
Black with #BE4DF9
Text Example
Text Example
White with #BE4DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DF9; }
p { color: rgb(190,77,249); }
H1.HeaderClassName
{
color: #BE4DF9;
}
.AnyTagClassName
{
color: #BE4DF9;
}
</style>
background-color css
<style>
a { background-color: #BE4DF9; }
a { background-color: rgb(190,77,249); }
div.DivClassName
{
background-color: #BE4DF9;
}
.BgClassName
{
background-color: #BE4DF9;
}
</style>
border-color css
<style>
span { border-color: #BE4DF9; }
span { border-color: rgb(190,77,249); }
td.TdClassName
{
border-color: #BE4DF9;
}
.TagClassName
{
border-color: #BE4DF9;
}
</style>