Shades of Medium Orchid #BE71CF
Tints of Medium Orchid #BE71CF
RGB
CMYK
RGB Variations
Color information
#BE71CF (or 0xBE71CF) is known color: Medium Orchid. HEX triplet: BE, 71 and CF. RGB value is (190,113,207). Sum of RGB (Red+Green+Blue) = 190+113+207=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE71CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71CF is #418E30. Grayscale: #929292. Windows color (decimal): -4296241 or 13595070. OLE color: 13595070.
HSL color Cylindrical-coordinate representation of color #BE71CF: hue angle of 289.15º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE71CF is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 113 | 207 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.19 |
| HSL | 289.15º | 0.49% | 0.63% | - |
| HSV(B) | 289.15º | 0.45% | 0.81% | - |
| XYZ | 38.4 | 27.26 | 62.27 | - |
| YUV | 146.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 207 | 0.08 | 0.45 | 0 | 0.19 | 289.15 | 0.49 | 0.63 |
| Hex | BE | 71 | CF | 8 | 2D | 0 | 13 | 121 | 31 | 3F |
| Octal | 276 | 161 | 317 | 10 | 55 | 0 | 23 | 441 | 61 | 77 |
| Binary | 10111110 | 1110001 | 11001111 | 1000 | 101101 | 0 | 10011 | 100100001 | 110001 | 111111 |
Color Harmonies of #BE71CF
Complementary color
Monochromatic Colors of #BE71CF
Black with #BE71CF
Text Example
Text Example
White with #BE71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71CF; }
p { color: rgb(190,113,207); }
H1.HeaderClassName
{
color: #BE71CF;
}
.AnyTagClassName
{
color: #BE71CF;
}
</style>
background-color css
<style>
a { background-color: #BE71CF; }
a { background-color: rgb(190,113,207); }
div.DivClassName
{
background-color: #BE71CF;
}
.BgClassName
{
background-color: #BE71CF;
}
</style>
border-color css
<style>
span { border-color: #BE71CF; }
span { border-color: rgb(190,113,207); }
td.TdClassName
{
border-color: #BE71CF;
}
.TagClassName
{
border-color: #BE71CF;
}
</style>