Shades of Medium Orchid #BE41DF
Tints of Medium Orchid #BE41DF
RGB
CMYK
RGB Variations
Color information
#BE41DF (or 0xBE41DF) is known color: Medium Orchid. HEX triplet: BE, 41 and DF. RGB value is (190,65,223). Sum of RGB (Red+Green+Blue) = 190+65+223=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE41DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41DF is #41BE20. Grayscale: #777777. Windows color (decimal): -4308513 or 14631358. OLE color: 14631358.
HSL color Cylindrical-coordinate representation of color #BE41DF: hue angle of 287.47º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE41DF is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 65 | 223 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.13 |
| HSL | 287.47º | 0.71% | 0.56% | - |
| HSV(B) | 287.47º | 0.71% | 0.87% | - |
| XYZ | 36.44 | 20.06 | 71.76 | - |
| YUV | 120.39 | 185.91 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 223 | 0.15 | 0.71 | 0 | 0.13 | 287.47 | 0.71 | 0.56 |
| Hex | BE | 41 | DF | F | 47 | 0 | D | 11F | 47 | 38 |
| Octal | 276 | 101 | 337 | 17 | 107 | 0 | 15 | 437 | 107 | 70 |
| Binary | 10111110 | 1000001 | 11011111 | 1111 | 1000111 | 0 | 1101 | 100011111 | 1000111 | 111000 |
Color Harmonies of #BE41DF
Complementary color
Monochromatic Colors of #BE41DF
Black with #BE41DF
Text Example
Text Example
White with #BE41DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE41DF; }
p { color: rgb(190,65,223); }
H1.HeaderClassName
{
color: #BE41DF;
}
.AnyTagClassName
{
color: #BE41DF;
}
</style>
background-color css
<style>
a { background-color: #BE41DF; }
a { background-color: rgb(190,65,223); }
div.DivClassName
{
background-color: #BE41DF;
}
.BgClassName
{
background-color: #BE41DF;
}
</style>
border-color css
<style>
span { border-color: #BE41DF; }
span { border-color: rgb(190,65,223); }
td.TdClassName
{
border-color: #BE41DF;
}
.TagClassName
{
border-color: #BE41DF;
}
</style>