Shades of Medium Orchid #BE71D0
Tints of Medium Orchid #BE71D0
RGB
CMYK
RGB Variations
Color information
#BE71D0 (or 0xBE71D0) is known color: Medium Orchid. HEX triplet: BE, 71 and D0. RGB value is (190,113,208). Sum of RGB (Red+Green+Blue) = 190+113+208=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE71D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71D0 is #418E2F. Grayscale: #929292. Windows color (decimal): -4296240 or 13660606. OLE color: 13660606.
HSL color Cylindrical-coordinate representation of color #BE71D0: hue angle of 288.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE71D0 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 113 | 208 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.18 |
| HSL | 288.63º | 0.5% | 0.63% | - |
| HSV(B) | 288.63º | 0.46% | 0.82% | - |
| XYZ | 38.53 | 27.31 | 62.92 | - |
| YUV | 146.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 208 | 0.09 | 0.46 | 0 | 0.18 | 288.63 | 0.5 | 0.63 |
| Hex | BE | 71 | D0 | 9 | 2E | 0 | 12 | 121 | 32 | 3F |
| Octal | 276 | 161 | 320 | 11 | 56 | 0 | 22 | 441 | 62 | 77 |
| Binary | 10111110 | 1110001 | 11010000 | 1001 | 101110 | 0 | 10010 | 100100001 | 110010 | 111111 |
Color Harmonies of #BE71D0
Complementary color
Monochromatic Colors of #BE71D0
Black with #BE71D0
Text Example
Text Example
White with #BE71D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71D0; }
p { color: rgb(190,113,208); }
H1.HeaderClassName
{
color: #BE71D0;
}
.AnyTagClassName
{
color: #BE71D0;
}
</style>
background-color css
<style>
a { background-color: #BE71D0; }
a { background-color: rgb(190,113,208); }
div.DivClassName
{
background-color: #BE71D0;
}
.BgClassName
{
background-color: #BE71D0;
}
</style>
border-color css
<style>
span { border-color: #BE71D0; }
span { border-color: rgb(190,113,208); }
td.TdClassName
{
border-color: #BE71D0;
}
.TagClassName
{
border-color: #BE71D0;
}
</style>