Shades of Medium Orchid #BE71D7
Tints of Medium Orchid #BE71D7
RGB
CMYK
RGB Variations
Color information
#BE71D7 (or 0xBE71D7) is known color: Medium Orchid. HEX triplet: BE, 71 and D7. RGB value is (190,113,215). Sum of RGB (Red+Green+Blue) = 190+113+215=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE71D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71D7 is #418E28. Grayscale: #939393. Windows color (decimal): -4296233 or 14119358. OLE color: 14119358.
HSL color Cylindrical-coordinate representation of color #BE71D7: hue angle of 285.29º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE71D7 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 113 | 215 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.16 |
| HSL | 285.29º | 0.56% | 0.64% | - |
| HSV(B) | 285.29º | 0.47% | 0.84% | - |
| XYZ | 39.41 | 27.66 | 67.55 | - |
| YUV | 147.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 215 | 0.12 | 0.47 | 0 | 0.16 | 285.29 | 0.56 | 0.64 |
| Hex | BE | 71 | D7 | C | 2F | 0 | 10 | 11D | 38 | 40 |
| Octal | 276 | 161 | 327 | 14 | 57 | 0 | 20 | 435 | 70 | 100 |
| Binary | 10111110 | 1110001 | 11010111 | 1100 | 101111 | 0 | 10000 | 100011101 | 111000 | 1000000 |
Color Harmonies of #BE71D7
Complementary color
Monochromatic Colors of #BE71D7
Black with #BE71D7
Text Example
Text Example
White with #BE71D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71D7; }
p { color: rgb(190,113,215); }
H1.HeaderClassName
{
color: #BE71D7;
}
.AnyTagClassName
{
color: #BE71D7;
}
</style>
background-color css
<style>
a { background-color: #BE71D7; }
a { background-color: rgb(190,113,215); }
div.DivClassName
{
background-color: #BE71D7;
}
.BgClassName
{
background-color: #BE71D7;
}
</style>
border-color css
<style>
span { border-color: #BE71D7; }
span { border-color: rgb(190,113,215); }
td.TdClassName
{
border-color: #BE71D7;
}
.TagClassName
{
border-color: #BE71D7;
}
</style>