Shades of Medium Orchid #BE41F9
Tints of Medium Orchid #BE41F9
RGB
CMYK
RGB Variations
Color information
#BE41F9 (or 0xBE41F9) is known color: Medium Orchid. HEX triplet: BE, 41 and F9. RGB value is (190,65,249). Sum of RGB (Red+Green+Blue) = 190+65+249=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE41F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE41F9 is #41BE06. Grayscale: #7A7A7A. Windows color (decimal): -4308487 or 16335294. OLE color: 16335294.
HSL color Cylindrical-coordinate representation of color #BE41F9: hue angle of 280.76º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE41F9 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 65 | 249 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.02 |
| HSL | 280.76º | 0.94% | 0.62% | - |
| HSV(B) | 280.76º | 0.74% | 0.98% | - |
| XYZ | 40.22 | 21.57 | 91.67 | - |
| YUV | 123.35 | 198.91 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 249 | 0.24 | 0.74 | 0 | 0.02 | 280.76 | 0.94 | 0.62 |
| Hex | BE | 41 | F9 | 18 | 4A | 0 | 2 | 119 | 5E | 3E |
| Octal | 276 | 101 | 371 | 30 | 112 | 0 | 2 | 431 | 136 | 76 |
| Binary | 10111110 | 1000001 | 11111001 | 11000 | 1001010 | 0 | 10 | 100011001 | 1011110 | 111110 |
Color Harmonies of #BE41F9
Complementary color
Monochromatic Colors of #BE41F9
Black with #BE41F9
Text Example
Text Example
White with #BE41F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE41F9; }
p { color: rgb(190,65,249); }
H1.HeaderClassName
{
color: #BE41F9;
}
.AnyTagClassName
{
color: #BE41F9;
}
</style>
background-color css
<style>
a { background-color: #BE41F9; }
a { background-color: rgb(190,65,249); }
div.DivClassName
{
background-color: #BE41F9;
}
.BgClassName
{
background-color: #BE41F9;
}
</style>
border-color css
<style>
span { border-color: #BE41F9; }
span { border-color: rgb(190,65,249); }
td.TdClassName
{
border-color: #BE41F9;
}
.TagClassName
{
border-color: #BE41F9;
}
</style>