Shades of Medium Orchid #BE46DF
Tints of Medium Orchid #BE46DF
RGB
CMYK
RGB Variations
Color information
#BE46DF (or 0xBE46DF) is known color: Medium Orchid. HEX triplet: BE, 46 and DF. RGB value is (190,70,223). Sum of RGB (Red+Green+Blue) = 190+70+223=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE46DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46DF is #41B920. Grayscale: #7A7A7A. Windows color (decimal): -4307233 or 14632638. OLE color: 14632638.
HSL color Cylindrical-coordinate representation of color #BE46DF: hue angle of 287.06º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE46DF is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 70 | 223 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.13 |
| HSL | 287.06º | 0.71% | 0.57% | - |
| HSV(B) | 287.06º | 0.69% | 0.87% | - |
| XYZ | 36.74 | 20.66 | 71.86 | - |
| YUV | 123.32 | 184.26 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 223 | 0.15 | 0.69 | 0 | 0.13 | 287.06 | 0.71 | 0.57 |
| Hex | BE | 46 | DF | F | 45 | 0 | D | 11F | 47 | 39 |
| Octal | 276 | 106 | 337 | 17 | 105 | 0 | 15 | 437 | 107 | 71 |
| Binary | 10111110 | 1000110 | 11011111 | 1111 | 1000101 | 0 | 1101 | 100011111 | 1000111 | 111001 |
Color Harmonies of #BE46DF
Complementary color
Monochromatic Colors of #BE46DF
Black with #BE46DF
Text Example
Text Example
White with #BE46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE46DF; }
p { color: rgb(190,70,223); }
H1.HeaderClassName
{
color: #BE46DF;
}
.AnyTagClassName
{
color: #BE46DF;
}
</style>
background-color css
<style>
a { background-color: #BE46DF; }
a { background-color: rgb(190,70,223); }
div.DivClassName
{
background-color: #BE46DF;
}
.BgClassName
{
background-color: #BE46DF;
}
</style>
border-color css
<style>
span { border-color: #BE46DF; }
span { border-color: rgb(190,70,223); }
td.TdClassName
{
border-color: #BE46DF;
}
.TagClassName
{
border-color: #BE46DF;
}
</style>