Shades of Medium Orchid #BE71D6
Tints of Medium Orchid #BE71D6
RGB
CMYK
RGB Variations
Color information
#BE71D6 (or 0xBE71D6) is known color: Medium Orchid. HEX triplet: BE, 71 and D6. RGB value is (190,113,214). Sum of RGB (Red+Green+Blue) = 190+113+214=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE71D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71D6 is #418E29. Grayscale: #939393. Windows color (decimal): -4296234 or 14053822. OLE color: 14053822.
HSL color Cylindrical-coordinate representation of color #BE71D6: hue angle of 285.74º degrees, saturation: 0.55, 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 #BE71D6 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 113 | 214 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.16 |
| HSL | 285.74º | 0.55% | 0.64% | - |
| HSV(B) | 285.74º | 0.47% | 0.84% | - |
| XYZ | 39.28 | 27.61 | 66.88 | - |
| YUV | 147.54 | 165.51 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 214 | 0.11 | 0.47 | 0 | 0.16 | 285.74 | 0.55 | 0.64 |
| Hex | BE | 71 | D6 | B | 2F | 0 | 10 | 11E | 37 | 40 |
| Octal | 276 | 161 | 326 | 13 | 57 | 0 | 20 | 436 | 67 | 100 |
| Binary | 10111110 | 1110001 | 11010110 | 1011 | 101111 | 0 | 10000 | 100011110 | 110111 | 1000000 |
Color Harmonies of #BE71D6
Complementary color
Monochromatic Colors of #BE71D6
Black with #BE71D6
Text Example
Text Example
White with #BE71D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71D6; }
p { color: rgb(190,113,214); }
H1.HeaderClassName
{
color: #BE71D6;
}
.AnyTagClassName
{
color: #BE71D6;
}
</style>
background-color css
<style>
a { background-color: #BE71D6; }
a { background-color: rgb(190,113,214); }
div.DivClassName
{
background-color: #BE71D6;
}
.BgClassName
{
background-color: #BE71D6;
}
</style>
border-color css
<style>
span { border-color: #BE71D6; }
span { border-color: rgb(190,113,214); }
td.TdClassName
{
border-color: #BE71D6;
}
.TagClassName
{
border-color: #BE71D6;
}
</style>