Shades of Medium Orchid #BE46D5
Tints of Medium Orchid #BE46D5
RGB
CMYK
RGB Variations
Color information
#BE46D5 (or 0xBE46D5) is known color: Medium Orchid. HEX triplet: BE, 46 and D5. RGB value is (190,70,213). Sum of RGB (Red+Green+Blue) = 190+70+213=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE46D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46D5 is #41B92A. Grayscale: #797979. Windows color (decimal): -4307243 or 13977278. OLE color: 13977278.
HSL color Cylindrical-coordinate representation of color #BE46D5: hue angle of 290.35º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE46D5 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 70 | 213 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.16 |
| HSL | 290.35º | 0.63% | 0.55% | - |
| HSV(B) | 290.35º | 0.67% | 0.84% | - |
| XYZ | 35.44 | 20.13 | 64.97 | - |
| YUV | 122.18 | 179.26 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 213 | 0.11 | 0.67 | 0 | 0.16 | 290.35 | 0.63 | 0.55 |
| Hex | BE | 46 | D5 | B | 43 | 0 | 10 | 122 | 3F | 37 |
| Octal | 276 | 106 | 325 | 13 | 103 | 0 | 20 | 442 | 77 | 67 |
| Binary | 10111110 | 1000110 | 11010101 | 1011 | 1000011 | 0 | 10000 | 100100010 | 111111 | 110111 |
Color Harmonies of #BE46D5
Complementary color
Monochromatic Colors of #BE46D5
Black with #BE46D5
Text Example
Text Example
White with #BE46D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE46D5; }
p { color: rgb(190,70,213); }
H1.HeaderClassName
{
color: #BE46D5;
}
.AnyTagClassName
{
color: #BE46D5;
}
</style>
background-color css
<style>
a { background-color: #BE46D5; }
a { background-color: rgb(190,70,213); }
div.DivClassName
{
background-color: #BE46D5;
}
.BgClassName
{
background-color: #BE46D5;
}
</style>
border-color css
<style>
span { border-color: #BE46D5; }
span { border-color: rgb(190,70,213); }
td.TdClassName
{
border-color: #BE46D5;
}
.TagClassName
{
border-color: #BE46D5;
}
</style>